diff options
-rw-r--r-- | db_structure.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index 7130c855991..f0f933a656e 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -539,6 +539,12 @@ <length>7</length> </field> + <field> + <name>authorised</name> + <type>boolean</type> + <default>0</default> + </field> + </declaration> </table> |