diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index e1da6448c8f..db43ef21140 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -595,6 +595,21 @@ <notnull>false</notnull> </field> + <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> </declaration> </table> |