diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-20 10:17:31 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-20 10:17:31 +0100 |
commit | 99e068761af6d31cf707488ee8db3620b6892e6c (patch) | |
tree | 1240134342fb7d07c43c8282691d3facb457c4e3 /tests/data | |
parent | 8e64909e996f2da53274bedfaf9b6c66f54af31d (diff) | |
download | nextcloud-server-99e068761af6d31cf707488ee8db3620b6892e6c.tar.gz nextcloud-server-99e068761af6d31cf707488ee8db3620b6892e6c.zip |
adding a comment to the database schema
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/db_structure.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml index bfff2143349..d98066c4b7e 100644 --- a/tests/data/db_structure.xml +++ b/tests/data/db_structure.xml @@ -21,6 +21,7 @@ <autoincrement>1</autoincrement> <unsigned>true</unsigned> <length>4</length> + <comments>This is the id</comments> </field> <field> |