summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-07-29 16:46:33 +0200
committerJeremy Kerr <jk@ozlabs.org>2013-10-13 14:55:59 +0800
commit4d7fcc9062659aa74377b39dd87de35c07973ec2 (patch)
treef4756fe6ff68dd92f3d39ea51345e9c78af87e4c /apps
parent6ea54166123c6f839af02bd8efb16b33e78acd3c (diff)
downloadpatchwork-4d7fcc9062659aa74377b39dd87de35c07973ec2.tar.bz2
patchwork-4d7fcc9062659aa74377b39dd87de35c07973ec2.tar.xz
lib/sql/migration: Fix column names for MySQL/MariaDB
The first issue is that patchwork was no longer accepting new patches via the apps/patchwork/bin/parsemail.sh script. When I was trying to invoke it manually, it only printed "no project found". I was able to figure out that this was caused by changes to the database scheme which are taken care of by the two SQL scripts: lib/sql/migration/012-project-add-columns.sql lib/sql/migration/013-bundle-names.sql The catch - these first script don't run with MySQL - or rather MariaDB that Fedora has switched to. MariaDB doesn't like the quotes around the table and column names. Patch below. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions