summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2009-02-27 13:41:26 +1100
committerJeremy Kerr <jk@ozlabs.org>2009-02-27 13:41:26 +1100
commit0228487cc4e6709b29a1e34817513380f2cd4a72 (patch)
treec06bb84dd6bc02e94c0aa3955b3986d23693ade5 /lib
parent192e5a259a47336af5fce2d72107f605caee7b9a (diff)
downloadpatchwork-0228487cc4e6709b29a1e34817513380f2cd4a72.tar.bz2
patchwork-0228487cc4e6709b29a1e34817513380f2cd4a72.tar.xz
migration: fix whitespace
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/sql/migration/005-bundle-patch-ordering.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sql/migration/005-bundle-patch-ordering.sql b/lib/sql/migration/005-bundle-patch-ordering.sql
index 3f0ad13..cd2183a 100644
--- a/lib/sql/migration/005-bundle-patch-ordering.sql
+++ b/lib/sql/migration/005-bundle-patch-ordering.sql
@@ -1,5 +1,5 @@
BEGIN;
-CREATE TABLE "patchwork_bundlepatch" (
+CREATE TABLE "patchwork_bundlepatch" (
"id" SERIAL NOT NULL PRIMARY KEY,
"patch_id" INTEGER NOT NULL
REFERENCES "patchwork_patch" ("id") DEFERRABLE INITIALLY DEFERRED,