Skip to content

Commit

Permalink
Update structure.sql after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
just806me committed Aug 31, 2024
1 parent c3fb774 commit 6e2ef96
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -890,44 +890,43 @@ ALTER TABLE ONLY public.solutions
SET search_path TO "$user", public;

INSERT INTO "schema_migrations" (version) VALUES
('20211009102503'),
('20211009102612'),
('20211009104015'),
('20211009105135'),
('20211009105457'),
('20211009111010'),
('20211009111745'),
('20211009162515'),
('20211009212035'),
('20211017194323'),
('20211017195715'),
('20220115120555'),
('20220115123114'),
('20220115134157'),
('20220129140422'),
('20220129165359'),
('20220129173742'),
('20220202205558'),
('20220205113405'),
('20220205114432'),
('20220206140046'),
('20220206140244'),
('20220209182545'),
('20220217094714'),
('20220622205515'),
('20220622205527'),
('20221017055914'),
('20221017111524'),
('20221019173456'),
('20230121191926'),
('20230630170753'),
('20230630172057'),
('20230902145307'),
('20230902145308'),
('20230902145309'),
('20230930203405'),
('20231110173126'),
('20240211194031'),
('20240203172343'),
('20240211194031');

('20231110173126'),
('20230930203405'),
('20230902145309'),
('20230902145308'),
('20230902145307'),
('20230630172057'),
('20230630170753'),
('20230121191926'),
('20221019173456'),
('20221017111524'),
('20221017055914'),
('20220622205527'),
('20220622205515'),
('20220217094714'),
('20220209182545'),
('20220206140244'),
('20220206140046'),
('20220205114432'),
('20220205113405'),
('20220202205558'),
('20220129173742'),
('20220129165359'),
('20220129140422'),
('20220115134157'),
('20220115123114'),
('20220115120555'),
('20211017195715'),
('20211017194323'),
('20211009212035'),
('20211009162515'),
('20211009111745'),
('20211009111010'),
('20211009105457'),
('20211009105135'),
('20211009104015'),
('20211009102612'),
('20211009102503');

0 comments on commit 6e2ef96

Please sign in to comment.