From: Jeremy Kerr Date: Fri, 27 Feb 2009 02:41:26 +0000 (+1100) Subject: migration: fix whitespace X-Git-Tag: v0.9.0~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0228487cc4e6709b29a1e34817513380f2cd4a72;p=thirdparty%2Fpatchwork.git migration: fix whitespace Signed-off-by: Jeremy Kerr --- diff --git a/lib/sql/migration/005-bundle-patch-ordering.sql b/lib/sql/migration/005-bundle-patch-ordering.sql index 3f0ad134..cd2183a8 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,