Fix postgres schema version + move to separate lines

This commit is contained in:
trendspotter
2018-10-31 17:15:04 +01:00
committed by fguillot
parent 961486ae89
commit 7c2e0f7780
2 changed files with 4 additions and 2 deletions

View File

@@ -2717,4 +2717,5 @@ SELECT pg_catalog.setval('links_id_seq', 11, true);
-- PostgreSQL database dump complete
--
INSERT INTO users (username, password, role) VALUES ('admin', '$2y$10$eu5txjAlmBRZYmAcWjHAx.BSCIYL6RMTIyrIWG4eqWFtf62DCJPWy', 'app-admin');INSERT INTO schema_version VALUES ('108');
INSERT INTO users (username, password, role) VALUES ('admin', '$2y$10$eu5txjAlmBRZYmAcWjHAx.BSCIYL6RMTIyrIWG4eqWFtf62DCJPWy', 'app-admin');
INSERT INTO schema_version VALUES ('111');