Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-06-20 19:58:39 +0400
committerRobin Appelman <icewind1991@gmail.com>2010-06-20 19:58:39 +0400
commita9fd0c67b44ea56f1941b49ec5453f6bf82d9f19 (patch)
treeb212e4ac3bdced11f70f63eb08f473a6c82b78fe /db_structure.xml
parent7503ad139b53de41e3567d723419e49166de574f (diff)
Initial PostgreSQL support
Diffstat (limited to 'db_structure.xml')
-rwxr-xr-xdb_structure.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 72c63761bc9..f5d0f24505e 100755
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -304,18 +304,18 @@
<field>
<name>user_id</name>
- <type>text</type>
+ <type>integer</type>
<default></default>
<notnull>true</notnull>
- <length>64</length>
+ <length>4</length>
</field>
<field>
<name>group_id</name>
- <type>text</type>
+ <type>integer</type>
<default></default>
<notnull>true</notnull>
- <length>64</length>
+ <length>4</length>
</field>
</declaration>