mirror of https://github.com/citusdata/citus.git
don't do 5.3-0, just have the migration be part of 5.2-1
parent
80aac8a36d
commit
7aab4a2e77
|
@ -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 */
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
/* citus--5.2-1--5.3-0.sql */
|
|
||||||
|
|
||||||
ALTER TABLE pg_catalog.pg_dist_shard
|
|
||||||
DROP COLUMN IF EXISTS shardalias;
|
|
||||||
|
|
Loading…
Reference in New Issue