From b2bc7f29170d5b2773fe01d9b20108bf797b1cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Erik=20=C3=95unapuu?= Date: Fri, 29 May 2020 15:01:41 +0300 Subject: [PATCH] Regenerate structure.sql --- db/structure.sql | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/db/structure.sql b/db/structure.sql index 4104b2db5..7e3cad412 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1,6 +1,6 @@ ---- ---- PostgreSQL database dump ---- +---- +---- PostgreSQL database dump +---- SET statement_timeout = 0; SET lock_timeout = 0; @@ -4522,6 +4522,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20200421093637'), ('20200505103316'), ('20200505150413'), -('20200518104105'); +('20200518104105'), +('20200529115011');