Browse Source

Remove the dbprefix from comments. It has no information.

tags/v6.0.0RC1
Andreas Fischer 10 years ago
parent
commit
6da5b05176
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      db_structure.xml

+ 6
- 6
db_structure.xml View File

@@ -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>

Loading…
Cancel
Save