Browse Source

- updated presence watchers table sql definition


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2659 689a6050-402a-0410-94f2-e92a70836424
Anca Vamanu 18 years ago
parent
commit
1157360469
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/srdb1/schema/pr_watchers.xml

+ 2 - 2
lib/srdb1/schema/pr_watchers.xml

@@ -58,8 +58,8 @@
 
     <column>
         <name>subs_status</name>
-        <type>string</type>
-        <size>&user_len;</size>
+		<type>int</type>
+		<size>11</size>
         <description>Status</description>
     </column>