diff options
author | jfd <jfd@lance> | 2012-08-25 02:13:15 +0200 |
---|---|---|
committer | jfd <jfd@lance> | 2012-08-25 02:13:15 +0200 |
commit | 59eb693e5114bc7e2398f876caccba99d39c4316 (patch) | |
tree | bbae8f95ca546e450096f1f6731e0cd761601864 /db_structure.xml | |
parent | fa3497f6ed54b6de16dc44ae94721f00b5d5fc6b (diff) | |
download | nextcloud-server-59eb693e5114bc7e2398f876caccba99d39c4316.tar.gz nextcloud-server-59eb693e5114bc7e2398f876caccba99d39c4316.zip |
fix typo in db_structure
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index 73ac2c28960..7e4c0bd2039 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -498,7 +498,7 @@ <field> <name>propertyvalue</name> - <type>test</type> + <type>text</type> <notnull>true</notnull> </field> |