Fix quasseluser table setup on PostgreSQL and sort sql.qrc
authorBen Rosser <rosser.bjr@gmail.com>
Thu, 24 Nov 2016 23:51:11 +0000 (18:51 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 30 Aug 2017 21:55:25 +0000 (23:55 +0200)
It seems that at some point the DEFAULT option for a varchar()
column has become sensitive to whether or not single or double quotation
marks are used. In particular when ""s were used, core setup failed
with the message 'ERROR:  column "Database" does not exist'. Changing
to single quotation marks (''s) resolved the issue.

Also include @digitalcircuit's sorted version of sql.qrc.

Fix the upgrade script too.


No differences found