don't do 5.3-0, just have the migration be part of 5.2-1

pull/738/head
Robin Thomas 2016-08-12 10:50:22 -04:00
parent 80aac8a36d
commit 7aab4a2e77
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,5 @@
/* citus--5.1-8--5.2-1.sql */
/* citus--5.2-1--5.3-0.sql */
ALTER TABLE pg_catalog.pg_dist_shard
DROP COLUMN IF EXISTS shardalias;
/* empty, but required to update the extension version */

View File

@ -1,5 +0,0 @@
/* citus--5.2-1--5.3-0.sql */
ALTER TABLE pg_catalog.pg_dist_shard
DROP COLUMN IF EXISTS shardalias;