Skip to content

Commit 507f13a

Browse files
authored
test: update schema files used for testing (#1559)
1 parent 81a7483 commit 507f13a

File tree

3 files changed

+0
-129
lines changed

3 files changed

+0
-129
lines changed

migrations/schema-15.sql

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,46 +1009,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
10091009
-- Dbmate schema migrations
10101010
--
10111011

1012-
INSERT INTO public.schema_migrations (version) VALUES
1013-
('00000000000000'),
1014-
('00000000000001'),
1015-
('00000000000002'),
1016-
('00000000000003'),
1017-
('10000000000000'),
1018-
('20211115181400'),
1019-
('20211118015519'),
1020-
('20211122051245'),
1021-
('20211124212715'),
1022-
('20211130151719'),
1023-
('20220118070449'),
1024-
('20220126121436'),
1025-
('20220224211803'),
1026-
('20220317095840'),
1027-
('20220321174452'),
1028-
('20220322085208'),
1029-
('20220404205710'),
1030-
('20220609081115'),
1031-
('20220613123923'),
1032-
('20220713082019'),
1033-
('20221028101028'),
1034-
('20221103090837'),
1035-
('20221207154255'),
1036-
('20230201083204'),
1037-
('20230224042246'),
1038-
('20230306081037'),
1039-
('20230327032006'),
1040-
('20230529180330'),
1041-
('20231013070755'),
1042-
('20231017062225'),
1043-
('20231020085357'),
1044-
('20231130133139'),
1045-
('20240124080435'),
1046-
('20240606060239'),
1047-
('20241031003909'),
1048-
('20241215003910'),
1049-
('20250205060043'),
1050-
('20250205144616'),
1051-
('20250218031949'),
1052-
('20250220051611'),
1053-
('20250312095419'),
1054-
('20250417190610');

migrations/schema-17.sql

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -996,46 +996,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
996996
-- Dbmate schema migrations
997997
--
998998

999-
INSERT INTO public.schema_migrations (version) VALUES
1000-
('00000000000000'),
1001-
('00000000000001'),
1002-
('00000000000002'),
1003-
('00000000000003'),
1004-
('10000000000000'),
1005-
('20211115181400'),
1006-
('20211118015519'),
1007-
('20211122051245'),
1008-
('20211124212715'),
1009-
('20211130151719'),
1010-
('20220118070449'),
1011-
('20220126121436'),
1012-
('20220224211803'),
1013-
('20220317095840'),
1014-
('20220321174452'),
1015-
('20220322085208'),
1016-
('20220404205710'),
1017-
('20220609081115'),
1018-
('20220613123923'),
1019-
('20220713082019'),
1020-
('20221028101028'),
1021-
('20221103090837'),
1022-
('20221207154255'),
1023-
('20230201083204'),
1024-
('20230224042246'),
1025-
('20230306081037'),
1026-
('20230327032006'),
1027-
('20230529180330'),
1028-
('20231013070755'),
1029-
('20231017062225'),
1030-
('20231020085357'),
1031-
('20231130133139'),
1032-
('20240124080435'),
1033-
('20240606060239'),
1034-
('20241031003909'),
1035-
('20241215003910'),
1036-
('20250205060043'),
1037-
('20250205144616'),
1038-
('20250218031949'),
1039-
('20250220051611'),
1040-
('20250312095419'),
1041-
('20250417190610');

migrations/schema-orioledb-17.sql

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,46 +1010,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
10101010
-- Dbmate schema migrations
10111011
--
10121012

1013-
INSERT INTO public.schema_migrations (version) VALUES
1014-
('00000000000000'),
1015-
('00000000000001'),
1016-
('00000000000002'),
1017-
('00000000000003'),
1018-
('10000000000000'),
1019-
('20211115181400'),
1020-
('20211118015519'),
1021-
('20211122051245'),
1022-
('20211124212715'),
1023-
('20211130151719'),
1024-
('20220118070449'),
1025-
('20220126121436'),
1026-
('20220224211803'),
1027-
('20220317095840'),
1028-
('20220321174452'),
1029-
('20220322085208'),
1030-
('20220404205710'),
1031-
('20220609081115'),
1032-
('20220613123923'),
1033-
('20220713082019'),
1034-
('20221028101028'),
1035-
('20221103090837'),
1036-
('20221207154255'),
1037-
('20230201083204'),
1038-
('20230224042246'),
1039-
('20230306081037'),
1040-
('20230327032006'),
1041-
('20230529180330'),
1042-
('20231013070755'),
1043-
('20231017062225'),
1044-
('20231020085357'),
1045-
('20231130133139'),
1046-
('20240124080435'),
1047-
('20240606060239'),
1048-
('20241031003909'),
1049-
('20241215003910'),
1050-
('20250205060043'),
1051-
('20250205144616'),
1052-
('20250218031949'),
1053-
('20250220051611'),
1054-
('20250312095419'),
1055-
('20250417190610');

0 commit comments

Comments
 (0)