summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorJakob Sack <mail@jakobsack.de>2012-03-02 21:07:37 +0100
committerJakob Sack <mail@jakobsack.de>2012-03-02 21:07:37 +0100
commit3e84f170e7133d9acc46123ba4c901a24e438b2c (patch)
treed3ed1a13107e184239ab05338ad5a272572ab68d /db_structure.xml
parent1865659ce1d184929f29db5c6eec82f24af1c332 (diff)
downloadnextcloud-server-3e84f170e7133d9acc46123ba4c901a24e438b2c.tar.gz
nextcloud-server-3e84f170e7133d9acc46123ba4c901a24e438b2c.zip
The tables "principals" and "principalgroups" are obsolete
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml96
1 files changed, 0 insertions, 96 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 879bbcb48ad..5eef44d8e84 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -429,102 +429,6 @@
<table>
- <name>*dbprefix*principalgroups</name>
-
- <declaration>
-
- <field>
- <name>id</name>
- <type>integer</type>
- <default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <field>
- <name>principal_id</name>
- <type>integer</type>
- <default></default>
- <notnull>true</notnull>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <field>
- <name>member_id</name>
- <type>integer</type>
- <default></default>
- <notnull>true</notnull>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <index>
- <name>principals_members_index</name>
- <unique>true</unique>
- <field>
- <name>principal_id</name>
- <sorting>ascending</sorting>
- </field>
- <field>
- <name>member_id</name>
- <sorting>ascending</sorting>
- </field>
- </index>
-
- </declaration>
-
- </table>
-
- <table>
-
- <name>*dbprefix*principals</name>
-
- <declaration>
-
- <field>
- <name>id</name>
- <type>integer</type>
- <default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <field>
- <name>uri</name>
- <type>text</type>
- <default></default>
- <notnull>false</notnull>
- <length>255</length>
- </field>
-
- <field>
- <name>displayname</name>
- <type>text</type>
- <default></default>
- <notnull>false</notnull>
- <length>255</length>
- </field>
-
- <index>
- <name>uri</name>
- <unique>true</unique>
- <field>
- <name>uri</name>
- <sorting>ascending</sorting>
- </field>
- </index>
-
- </declaration>
-
- </table>
-
- <table>
-
<name>*dbprefix*properties</name>
<declaration>