From ac3c6a069181c7a9abb19889a15ab20213854d0e Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 21 Apr 2025 14:16:58 -0400 Subject: [PATCH] test: update schema files used for testing --- migrations/schema-15.sql | 43 ------------------------------- migrations/schema-17.sql | 43 ------------------------------- migrations/schema-orioledb-17.sql | 43 ------------------------------- 3 files changed, 129 deletions(-) diff --git a/migrations/schema-15.sql b/migrations/schema-15.sql index 9c423c514..8ff507a84 100644 --- a/migrations/schema-15.sql +++ b/migrations/schema-15.sql @@ -1009,46 +1009,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop -- Dbmate schema migrations -- -INSERT INTO public.schema_migrations (version) VALUES - ('00000000000000'), - ('00000000000001'), - ('00000000000002'), - ('00000000000003'), - ('10000000000000'), - ('20211115181400'), - ('20211118015519'), - ('20211122051245'), - ('20211124212715'), - ('20211130151719'), - ('20220118070449'), - ('20220126121436'), - ('20220224211803'), - ('20220317095840'), - ('20220321174452'), - ('20220322085208'), - ('20220404205710'), - ('20220609081115'), - ('20220613123923'), - ('20220713082019'), - ('20221028101028'), - ('20221103090837'), - ('20221207154255'), - ('20230201083204'), - ('20230224042246'), - ('20230306081037'), - ('20230327032006'), - ('20230529180330'), - ('20231013070755'), - ('20231017062225'), - ('20231020085357'), - ('20231130133139'), - ('20240124080435'), - ('20240606060239'), - ('20241031003909'), - ('20241215003910'), - ('20250205060043'), - ('20250205144616'), - ('20250218031949'), - ('20250220051611'), - ('20250312095419'), - ('20250417190610'); diff --git a/migrations/schema-17.sql b/migrations/schema-17.sql index 436ce7faf..06fe1e7e9 100644 --- a/migrations/schema-17.sql +++ b/migrations/schema-17.sql @@ -996,46 +996,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop -- Dbmate schema migrations -- -INSERT INTO public.schema_migrations (version) VALUES - ('00000000000000'), - ('00000000000001'), - ('00000000000002'), - ('00000000000003'), - ('10000000000000'), - ('20211115181400'), - ('20211118015519'), - ('20211122051245'), - ('20211124212715'), - ('20211130151719'), - ('20220118070449'), - ('20220126121436'), - ('20220224211803'), - ('20220317095840'), - ('20220321174452'), - ('20220322085208'), - ('20220404205710'), - ('20220609081115'), - ('20220613123923'), - ('20220713082019'), - ('20221028101028'), - ('20221103090837'), - ('20221207154255'), - ('20230201083204'), - ('20230224042246'), - ('20230306081037'), - ('20230327032006'), - ('20230529180330'), - ('20231013070755'), - ('20231017062225'), - ('20231020085357'), - ('20231130133139'), - ('20240124080435'), - ('20240606060239'), - ('20241031003909'), - ('20241215003910'), - ('20250205060043'), - ('20250205144616'), - ('20250218031949'), - ('20250220051611'), - ('20250312095419'), - ('20250417190610'); diff --git a/migrations/schema-orioledb-17.sql b/migrations/schema-orioledb-17.sql index 3f59414aa..1cd6aecaa 100644 --- a/migrations/schema-orioledb-17.sql +++ b/migrations/schema-orioledb-17.sql @@ -1010,46 +1010,3 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop -- Dbmate schema migrations -- -INSERT INTO public.schema_migrations (version) VALUES - ('00000000000000'), - ('00000000000001'), - ('00000000000002'), - ('00000000000003'), - ('10000000000000'), - ('20211115181400'), - ('20211118015519'), - ('20211122051245'), - ('20211124212715'), - ('20211130151719'), - ('20220118070449'), - ('20220126121436'), - ('20220224211803'), - ('20220317095840'), - ('20220321174452'), - ('20220322085208'), - ('20220404205710'), - ('20220609081115'), - ('20220613123923'), - ('20220713082019'), - ('20221028101028'), - ('20221103090837'), - ('20221207154255'), - ('20230201083204'), - ('20230224042246'), - ('20230306081037'), - ('20230327032006'), - ('20230529180330'), - ('20231013070755'), - ('20231017062225'), - ('20231020085357'), - ('20231130133139'), - ('20240124080435'), - ('20240606060239'), - ('20241031003909'), - ('20241215003910'), - ('20250205060043'), - ('20250205144616'), - ('20250218031949'), - ('20250220051611'), - ('20250312095419'), - ('20250417190610');