Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@owncloud.com>2015-09-11 00:01:02 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-15 11:18:32 +0300
commit5ca690e2f8be9fae50a6d29786ab0da9188a71ad (patch)
treed83c6f473bf0f583b2076f68b552835db9862bc4 /db_structure.xml
parent24d2cbf3de49dab44978061b33d0580d24d89d58 (diff)
Use integer for availability instead of bool
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index c7b7ffec601..6efcf497cf7 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -104,8 +104,8 @@
<field>
<name>available</name>
- <type>boolean</type>
- <default>true</default>
+ <type>integer</type>
+ <default>1</default>
<notnull>true</notnull>
</field>