2012-08-27 07:35:04 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2010-06-18 14:08:24 -04:00
|
|
|
<database>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<name>*dbname*</name>
|
|
|
|
|
<create>true</create>
|
|
|
|
|
<overwrite>false</overwrite>
|
|
|
|
|
|
|
|
|
|
<charset>utf8</charset>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*appconfig</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>appid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>32</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>configkey</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>64</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>configvalue</name>
|
|
|
|
|
<type>clob</type>
|
2013-08-09 05:27:21 -04:00
|
|
|
<notnull>false</notnull>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 15:05:39 -04:00
|
|
|
<index>
|
|
|
|
|
<name>appconfig_appid_key_index</name>
|
2013-03-18 20:35:12 -04:00
|
|
|
<primary>true</primary>
|
|
|
|
|
<unique>true</unique>
|
2012-09-19 15:05:39 -04:00
|
|
|
<field>
|
|
|
|
|
<name>appid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>configkey</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
2012-11-24 14:58:51 -05:00
|
|
|
<index>
|
|
|
|
|
<name>appconfig_config_key_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>configkey</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
2012-09-19 15:05:39 -04:00
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
2012-12-15 17:28:07 -05:00
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*storages</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>id</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
2013-06-03 12:28:48 -04:00
|
|
|
<notnull>false</notnull>
|
2012-12-15 17:28:07 -05:00
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>numeric_id</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<autoincrement>1</autoincrement>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>storages_id_index</name>
|
|
|
|
|
<unique>true</unique>
|
|
|
|
|
<field>
|
|
|
|
|
<name>id</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
2013-02-06 17:36:38 -05:00
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*file_map</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>logic_path</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>512</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-02-10 05:49:37 -05:00
|
|
|
<field>
|
|
|
|
|
<name>logic_path_hash</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>32</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-02-06 17:36:38 -05:00
|
|
|
<field>
|
|
|
|
|
<name>physic_path</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>512</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-02-10 05:49:37 -05:00
|
|
|
<field>
|
|
|
|
|
<name>physic_path_hash</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>32</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-02-06 17:36:38 -05:00
|
|
|
<index>
|
|
|
|
|
<name>file_map_lp_index</name>
|
2013-03-18 20:35:12 -04:00
|
|
|
<primary>true</primary>
|
2013-02-06 17:36:38 -05:00
|
|
|
<unique>true</unique>
|
|
|
|
|
<field>
|
2013-02-10 05:49:37 -05:00
|
|
|
<name>logic_path_hash</name>
|
2013-02-06 17:36:38 -05:00
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>file_map_pp_index</name>
|
|
|
|
|
<unique>true</unique>
|
|
|
|
|
<field>
|
2013-02-10 05:49:37 -05:00
|
|
|
<name>physic_path_hash</name>
|
2013-02-06 17:36:38 -05:00
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
2013-01-06 19:40:09 -05:00
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*mimetypes</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>id</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<autoincrement>1</autoincrement>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>mimetype</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2013-01-09 22:57:42 -05:00
|
|
|
<length>255</length>
|
2013-01-06 19:40:09 -05:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>mimetype_id_index</name>
|
|
|
|
|
<unique>true</unique>
|
|
|
|
|
<field>
|
|
|
|
|
<name>mimetype</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<table>
|
|
|
|
|
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>*dbprefix*filecache</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>fileid</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-10-02 17:46:35 -04:00
|
|
|
<autoincrement>1</autoincrement>
|
2012-09-19 14:58:42 -04:00
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-10-02 17:46:35 -04:00
|
|
|
<field>
|
|
|
|
|
<name>storage</name>
|
2012-12-15 17:28:07 -05:00
|
|
|
<type>integer</type>
|
2012-10-02 17:46:35 -04:00
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-12-15 17:28:07 -05:00
|
|
|
<length>4</length>
|
2012-10-02 17:46:35 -04:00
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<field>
|
|
|
|
|
<name>path</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
2013-06-03 12:28:48 -04:00
|
|
|
<notnull>false</notnull>
|
2012-09-19 14:58:42 -04:00
|
|
|
<length>512</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>path_hash</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>32</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>parent</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-10-02 17:46:35 -04:00
|
|
|
<length>4</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>name</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
2013-06-03 12:28:48 -04:00
|
|
|
<notnull>false</notnull>
|
2012-10-02 17:46:35 -04:00
|
|
|
<length>250</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>mimetype</name>
|
2013-01-06 19:40:09 -05:00
|
|
|
<type>integer</type>
|
2012-09-19 14:58:42 -04:00
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2013-01-06 19:40:09 -05:00
|
|
|
<length>4</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>mimepart</name>
|
2013-01-06 19:40:09 -05:00
|
|
|
<type>integer</type>
|
2012-09-19 14:58:42 -04:00
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2013-01-06 19:40:09 -05:00
|
|
|
<length>4</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>size</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>integer</type>
|
2012-10-02 17:46:35 -04:00
|
|
|
<default></default>
|
2012-09-19 14:58:42 -04:00
|
|
|
<notnull>true</notnull>
|
2013-02-10 10:44:00 -05:00
|
|
|
<length>8</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>mtime</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>integer</type>
|
2012-10-02 17:46:35 -04:00
|
|
|
<default></default>
|
2012-09-19 14:58:42 -04:00
|
|
|
<notnull>true</notnull>
|
2012-10-02 17:46:35 -04:00
|
|
|
<length>4</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
2013-02-10 06:05:41 -05:00
|
|
|
<field>
|
|
|
|
|
<name>storage_mtime</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>encrypted</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-10-02 17:46:35 -04:00
|
|
|
<length>4</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
2013-04-25 09:20:06 -04:00
|
|
|
<field>
|
|
|
|
|
<name>unencrypted_size</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>8</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-12-30 16:32:55 -05:00
|
|
|
<field>
|
|
|
|
|
<name>etag</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
2013-06-26 12:07:53 -04:00
|
|
|
<notnull>false</notnull>
|
2012-12-30 21:23:54 -05:00
|
|
|
<length>40</length>
|
2012-12-30 16:32:55 -05:00
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<index>
|
2013-01-02 18:29:10 -05:00
|
|
|
<name>fs_storage_path_hash</name>
|
2012-10-02 17:46:35 -04:00
|
|
|
<unique>true</unique>
|
2012-09-19 14:58:42 -04:00
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>storage</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
2012-10-02 17:46:35 -04:00
|
|
|
<name>path_hash</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
<index>
|
2013-01-02 18:29:10 -05:00
|
|
|
<name>fs_parent_name_hash</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<field>
|
|
|
|
|
<name>parent</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>name</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
2013-01-21 16:31:44 -05:00
|
|
|
<index>
|
|
|
|
|
<name>fs_storage_mimetype</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>storage</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>mimetype</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>fs_storage_mimepart</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>storage</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>mimepart</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
2012-10-26 13:07:29 -04:00
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*permissions</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>fileid</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>user</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
2013-07-18 14:28:57 -04:00
|
|
|
<notnull>true</notnull>
|
2012-10-26 13:07:29 -04:00
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>permissions</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>id_user_index</name>
|
|
|
|
|
<unique>true</unique>
|
2013-03-18 20:35:12 -04:00
|
|
|
<primary>true</primary>
|
2012-10-26 13:07:29 -04:00
|
|
|
<field>
|
|
|
|
|
<name>fileid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>user</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*group_user</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>gid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-03-18 20:35:12 -04:00
|
|
|
<index>
|
|
|
|
|
<name>gu_gid_uid_index</name>
|
|
|
|
|
<primary>true</primary>
|
|
|
|
|
<unique>true</unique>
|
|
|
|
|
<field>
|
|
|
|
|
<name>gid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*group_admin</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>gid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
2012-11-24 14:58:51 -05:00
|
|
|
<index>
|
|
|
|
|
<name>group_admin_uid</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
2012-09-19 14:58:42 -04:00
|
|
|
|
2013-03-18 20:35:12 -04:00
|
|
|
<index>
|
|
|
|
|
<name>ga_gid_uid_index</name>
|
|
|
|
|
<primary>true</primary>
|
|
|
|
|
<unique>true</unique>
|
|
|
|
|
<field>
|
|
|
|
|
<name>gid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*groups</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>gid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>groups_pKey</name>
|
|
|
|
|
<primary>true</primary>
|
|
|
|
|
<field>
|
|
|
|
|
<name>gid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*locks</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>userid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>64</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>owner</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>100</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>timeout</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<unsigned>true</unsigned>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>created</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>8</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>token</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>100</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>scope</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>1</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>depth</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>1</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>uri</name>
|
|
|
|
|
<type>clob</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*preferences</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>userid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>64</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>appid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>32</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>configkey</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>64</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>configvalue</name>
|
|
|
|
|
<type>clob</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 15:05:39 -04:00
|
|
|
<index>
|
2012-09-20 15:05:37 -04:00
|
|
|
<name>pref_userid_appid_key_index</name>
|
2013-03-18 20:35:12 -04:00
|
|
|
<primary>true</primary>
|
|
|
|
|
<unique>true</unique>
|
2012-09-19 15:05:39 -04:00
|
|
|
<field>
|
|
|
|
|
<name>userid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>appid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>configkey</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*properties</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
2013-03-18 20:35:12 -04:00
|
|
|
<field>
|
|
|
|
|
<name>id</name>
|
|
|
|
|
<autoincrement>1</autoincrement>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<field>
|
|
|
|
|
<name>userid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2012-09-27 16:49:01 -04:00
|
|
|
<length>64</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>propertypath</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>propertyname</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>propertyvalue</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-03-18 20:35:12 -04:00
|
|
|
<index>
|
2013-03-25 12:54:45 -04:00
|
|
|
<name>property_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>userid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
2013-03-18 20:35:12 -04:00
|
|
|
</index>
|
2013-03-25 12:54:45 -04:00
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*share</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>id</name>
|
|
|
|
|
<autoincrement>1</autoincrement>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>share_type</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>1</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>share_with</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid_owner</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>parent</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>item_type</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>item_source</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>item_target</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>file_source</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>file_target</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>512</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>permissions</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>1</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>stime</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>8</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>accepted</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>1</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>expiration</name>
|
|
|
|
|
<type>timestamp</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-11-12 08:44:00 -05:00
|
|
|
<field>
|
|
|
|
|
<name>token</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>false</notnull>
|
|
|
|
|
<length>32</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>token_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>token</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
2012-09-19 14:58:42 -04:00
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
2013-04-20 18:04:58 -04:00
|
|
|
<name>*dbprefix*jobs</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
|
|
|
|
|
<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>
|
2013-04-20 18:04:58 -04:00
|
|
|
<name>class</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2013-04-20 18:04:58 -04:00
|
|
|
<length>256</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
2013-04-20 18:04:58 -04:00
|
|
|
<name>argument</name>
|
2012-09-19 14:58:42 -04:00
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
2013-04-20 18:04:58 -04:00
|
|
|
<length>256</length>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
2013-04-20 18:04:58 -04:00
|
|
|
<name>last_run</name>
|
2013-06-02 16:49:54 -04:00
|
|
|
<type>integer</type>
|
2012-09-19 14:58:42 -04:00
|
|
|
<default></default>
|
2013-04-20 18:04:58 -04:00
|
|
|
<notnull>false</notnull>
|
2012-09-19 14:58:42 -04:00
|
|
|
</field>
|
|
|
|
|
|
2013-04-20 18:04:58 -04:00
|
|
|
<index>
|
|
|
|
|
<name>job_class_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>class</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
2012-09-19 14:58:42 -04:00
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*users</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2013-01-28 08:38:38 -05:00
|
|
|
<field>
|
|
|
|
|
<name>displayname</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
2012-09-19 14:58:42 -04:00
|
|
|
<field>
|
|
|
|
|
<name>password</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>users_pKey</name>
|
|
|
|
|
<primary>true</primary>
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
2010-06-18 14:08:24 -04:00
|
|
|
|
2012-10-19 13:42:59 -04:00
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*vcategory</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>uid</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>type</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>category</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>255</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>uid_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>uid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>type_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>type</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<name>category_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>category</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
|
|
<name>*dbprefix*vcategory_to_object</name>
|
|
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>objid</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<unsigned>true</unsigned>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>categoryid</name>
|
|
|
|
|
<type>integer</type>
|
|
|
|
|
<default>0</default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<unsigned>true</unsigned>
|
|
|
|
|
<length>4</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<field>
|
|
|
|
|
<name>type</name>
|
|
|
|
|
<type>text</type>
|
|
|
|
|
<default></default>
|
|
|
|
|
<notnull>true</notnull>
|
|
|
|
|
<length>64</length>
|
|
|
|
|
</field>
|
|
|
|
|
|
|
|
|
|
<index>
|
|
|
|
|
<primary>true</primary>
|
|
|
|
|
<unique>true</unique>
|
|
|
|
|
<name>category_object_index</name>
|
|
|
|
|
<field>
|
|
|
|
|
<name>categoryid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>objid</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<name>type</name>
|
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
|
</field>
|
|
|
|
|
</index>
|
|
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
|
|
</table>
|
2012-09-17 10:03:15 -04:00
|
|
|
|
2010-06-18 14:08:24 -04:00
|
|
|
</database>
|