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:
authorAndreas Fischer <bantu@owncloud.com>2013-11-26 23:42:15 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-11-26 23:42:15 +0400
commit6da5b05176b8de8d05e2c3e2998d96d4f3d96957 (patch)
tree7b8c39c3dac79477c5e518931dfc2010e054085a /db_structure.xml
parentd083108e721cf4bf653ebf5e644da5f02206a895 (diff)
Remove the dbprefix from comments. It has no information.
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/db_structure.xml b/db_structure.xml
index ab33a488dc5..d77e53c915b 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -233,7 +233,7 @@
<length>4</length>
</field>
- <!-- Foreign Key *dbprefix*storages::numeric_id -->
+ <!-- Foreign Key storages::numeric_id -->
<field>
<name>storage</name>
<type>integer</type>
@@ -258,7 +258,7 @@
<length>32</length>
</field>
- <!-- Foreign Key *dbprefix*filecache::fileid -->
+ <!-- Foreign Key filecache::fileid -->
<field>
<name>parent</name>
<type>integer</type>
@@ -275,7 +275,7 @@
<length>250</length>
</field>
- <!-- Foreign Key *dbprefix*mimetypes::id -->
+ <!-- Foreign Key mimetypes::id -->
<field>
<name>mimetype</name>
<type>integer</type>
@@ -284,7 +284,7 @@
<length>4</length>
</field>
- <!-- Foreign Key *dbprefix*mimetypes::id -->
+ <!-- Foreign Key mimetypes::id -->
<field>
<name>mimepart</name>
<type>integer</type>
@@ -403,7 +403,7 @@
<declaration>
- <!-- Foreign Key *dbprefix*filecache::fileid -->
+ <!-- Foreign Key filecache::fileid -->
<field>
<name>fileid</name>
<type>integer</type>
@@ -412,7 +412,7 @@
<length>4</length>
</field>
- <!-- Foreign Key *dbprefix*users::uid -->
+ <!-- Foreign Key users::uid -->
<field>
<name>user</name>
<type>text</type>