From: Ben Rosser Date: Thu, 24 Nov 2016 23:51:11 +0000 (-0500) Subject: Fix quasseluser table setup on PostgreSQL and sort sql.qrc X-Git-Tag: travis-deploy-test~267 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=8fd4e06a6a0ccc7d8a7ad15b492ab8311b59a0b8;hp=8fd4e06a6a0ccc7d8a7ad15b492ab8311b59a0b8 Fix quasseluser table setup on PostgreSQL and sort sql.qrc 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. ---