Skip to content

Commit 97b536c

Browse files
committed
fix: update schemas used for testing
1 parent b9bb43e commit 97b536c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

migrations/schema-15.sql

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
-- PostgreSQL database dump
33
--
44

5-
-- Dumped from database version 15.8
6-
-- Dumped by pg_dump version 15.8
5+
\restrict wWgHHMzQQcpvhWUMpemmi73YWdLM275u3ztj1caKcgLrT0IBN7ueb4BiLBSxtJt
6+
7+
-- Dumped from database version 15.14
8+
-- Dumped by pg_dump version 15.14
79

810
SET statement_timeout = 0;
911
SET lock_timeout = 0;
@@ -997,3 +999,5 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
997999
-- PostgreSQL database dump complete
9981000
--
9991001

1002+
\unrestrict wWgHHMzQQcpvhWUMpemmi73YWdLM275u3ztj1caKcgLrT0IBN7ueb4BiLBSxtJt
1003+

migrations/schema-17.sql

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
-- PostgreSQL database dump
33
--
44

5-
-- Dumped from database version 17.4
6-
-- Dumped by pg_dump version 17.4
5+
\restrict wJhXZ3zzSxdOnzT40iWgcbF8W1OVaekHNId1sH6S7U0SApyR73uF8dYaLqibgGY
6+
7+
-- Dumped from database version 17.6
8+
-- Dumped by pg_dump version 17.6
79

810
SET statement_timeout = 0;
911
SET lock_timeout = 0;
@@ -998,3 +1000,5 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
9981000
-- PostgreSQL database dump complete
9991001
--
10001002

1003+
\unrestrict wJhXZ3zzSxdOnzT40iWgcbF8W1OVaekHNId1sH6S7U0SApyR73uF8dYaLqibgGY
1004+

0 commit comments

Comments
 (0)