mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
let's name the column 'select' because this is a keyword on all platforms
This commit is contained in:
parent
459b5086d5
commit
230e5e3788
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@
|
|||
<declaration>
|
||||
|
||||
<field>
|
||||
<name>key</name>
|
||||
<name>select</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@
|
|||
<declaration>
|
||||
|
||||
<field>
|
||||
<name>key</name>
|
||||
<name>select</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>false</notnull>
|
||||
|
|
|
|||
Loading…
Reference in a new issue