Skip to content

Commit a4e3784

Browse files
committed
feat: use pg_dump generated schemas
1 parent 47b8887 commit a4e3784

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

migrations/schema-15.sql

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
--
2+
-- PostgreSQL database dump
3+
--
4+
5+
-- Dumped from database version 15.8
6+
-- Dumped by pg_dump version 15.8
7+
18
SET statement_timeout = 0;
29
SET lock_timeout = 0;
310
SET idle_in_transaction_session_timeout = 0;
@@ -998,8 +1005,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
9981005
-- PostgreSQL database dump complete
9991006
--
10001007

1001-
1002-
--
1003-
-- Dbmate schema migrations
1004-
--
1005-

migrations/schema-17.sql

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
--
2+
-- PostgreSQL database dump
3+
--
4+
5+
-- Dumped from database version 17.4
6+
-- Dumped by pg_dump version 17.4
7+
18
SET statement_timeout = 0;
29
SET lock_timeout = 0;
310
SET idle_in_transaction_session_timeout = 0;
@@ -985,8 +992,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
985992
-- PostgreSQL database dump complete
986993
--
987994

988-
989-
--
990-
-- Dbmate schema migrations
991-
--
992-

migrations/schema-orioledb-17.sql

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
--
2+
-- PostgreSQL database dump
3+
--
4+
5+
-- Dumped from database version 17.0
6+
-- Dumped by pg_dump version 17.0
7+
18
SET statement_timeout = 0;
29
SET lock_timeout = 0;
310
SET idle_in_transaction_session_timeout = 0;
@@ -999,8 +1006,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
9991006
-- PostgreSQL database dump complete
10001007
--
10011008

1002-
1003-
--
1004-
-- Dbmate schema migrations
1005-
--
1006-

0 commit comments

Comments
 (0)