mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Correct db default value.
This commit is contained in:
parent
dac2c14ae9
commit
9d00f4d2fb
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<field>
|
||||
<name>active</name>
|
||||
<type>integer</type>
|
||||
<default>0</default>
|
||||
<default>1</default>
|
||||
<notnull>true</notnull>
|
||||
<length>4</length>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue