]> source.dussan.org Git - nextcloud-server.git/commitdiff
The tables "principals" and "principalgroups" are obsolete
authorJakob Sack <mail@jakobsack.de>
Fri, 2 Mar 2012 20:07:37 +0000 (21:07 +0100)
committerJakob Sack <mail@jakobsack.de>
Fri, 2 Mar 2012 20:07:37 +0000 (21:07 +0100)
db_structure.xml

index 879bbcb48ad7adc3bad582ab4b22ce68ddf1c871..5eef44d8e845a3bf589d3fc4869b7924aba0045e 100644 (file)
 
  </table>
 
- <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>