diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-01-20 08:52:21 -0800 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-01-20 08:52:21 -0800 |
commit | cdb7f404122e88b18765d8919a0146808486ba18 (patch) | |
tree | 6b08aa56d36809ca8b764c76882cf7d01fa3c59c /tests | |
parent | 62dd58aa190e5c53d8924e30a37dcc69f9495f6c (diff) | |
parent | 99e068761af6d31cf707488ee8db3620b6892e6c (diff) | |
download | nextcloud-server-cdb7f404122e88b18765d8919a0146808486ba18.tar.gz nextcloud-server-cdb7f404122e88b18765d8919a0146808486ba18.zip |
Merge pull request #6842 from owncloud/fix-quotes-again-master
Quote column names on adding description
Diffstat (limited to 'tests')
-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> |