mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
let's name the column 'select' because this is a keyword on all platforms
This commit is contained in:
parent
5e586995a8
commit
aff7594ef3
2 changed files with 2 additions and 2 deletions
|
|
@ -228,7 +228,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