Skip to content

Commit bd5c2b1

Browse files
committed
chore: add undo migration for showAggregateTabs column
Pairs with V1784026542 - DROP COLUMN reverses the ADD COLUMN + backfill, following this repo's occasional U<version> undo-migration convention. Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 313b86b commit bd5c2b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Reverses V1784026542: drops the showAggregateTabs column added to collections.
2+
ALTER TABLE collections
3+
DROP COLUMN "showAggregateTabs";

0 commit comments

Comments
 (0)