Skip to content

Commit e2661d3

Browse files
authored
fix: revert "make migration idempotent" (#100)
This reverts commit 47b12ab, which is causing error "Migration failed. Reason: Hashes don't match for migrations '0007-add-public-to-buckets.sql'. This means that the scripts have changed since it was applied."
1 parent 72c999e commit e2661d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ALTER TABLE storage.buckets ADD COLUMN IF NOT EXISTS "public" boolean default false;
1+
ALTER TABLE storage.buckets ADD COLUMN "public" boolean default false;

0 commit comments

Comments
 (0)