mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #6842 from owncloud/fix-quotes-again-master
Quote column names on adding description
This commit is contained in:
commit
cdb7f40412
2 changed files with 2 additions and 1 deletions
2
3rdparty
2
3rdparty
|
|
@ -1 +1 @@
|
|||
Subproject commit faeedfcc0573868a2f0bde81f25a67a940c100ab
|
||||
Subproject commit 7c2c94c904c2721763e97d5bafd115f863080a60
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
<autoincrement>1</autoincrement>
|
||||
<unsigned>true</unsigned>
|
||||
<length>4</length>
|
||||
<comments>This is the id</comments>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue