diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/db_structure.xml b/db_structure.xml index 6efcf497cf7..8135746233e 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -129,67 +129,6 @@ <table> - <name>*dbprefix*file_map</name> - - <declaration> - - <field> - <name>logic_path</name> - <type>text</type> - <default></default> - <notnull>true</notnull> - <length>512</length> - </field> - - <field> - <name>logic_path_hash</name> - <type>text</type> - <default></default> - <notnull>true</notnull> - <length>32</length> - </field> - - <field> - <name>physic_path</name> - <type>text</type> - <default></default> - <notnull>true</notnull> - <length>512</length> - </field> - - <field> - <name>physic_path_hash</name> - <type>text</type> - <default></default> - <notnull>true</notnull> - <length>32</length> - </field> - - <index> - <name>file_map_lp_index</name> - <primary>true</primary> - <unique>true</unique> - <field> - <name>logic_path_hash</name> - <sorting>ascending</sorting> - </field> - </index> - - <index> - <name>file_map_pp_index</name> - <unique>true</unique> - <field> - <name>physic_path_hash</name> - <sorting>ascending</sorting> - </field> - </index> - - </declaration> - - </table> - - <table> - <!-- Bidirectional Map for Mimetypes and Mimetype Id - Assigns each mimetype (and supertype) a unique mimetype id integer. |