Skip to content

Commit 472ebfa

Browse files
authored
fix: add migration to insert migration from phoenix for planned migration (#2011)
1 parent 65f9801 commit 472ebfa

3 files changed

Lines changed: 3976 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- add the migration needed by phoenix to have access to the planned maintenance table
2+
INSERT INTO "schema_migrations" ("version", "inserted_at") VALUES
3+
('20251014122320', '2025-10-15 10:28:02');

0 commit comments

Comments
 (0)