Fix postgres schema usage

This commit is contained in:
trendspotter
2019-02-28 14:35:04 +01:00
committed by fguillot
parent 6d2b2f4a79
commit 42694ac2af
2 changed files with 7 additions and 6 deletions

View File

@@ -2747,5 +2747,5 @@ SELECT pg_catalog.setval('public.links_id_seq', 11, true);
-- PostgreSQL database dump complete
--
INSERT INTO users (username, password, role) VALUES ('admin', '$2y$10$GzDCeQl/GdH.pCZfz4fWdO3qmayutRCmxEIY9U9t1k9q9F89VNDCm', 'app-admin');
INSERT INTO schema_version VALUES ('111');
INSERT INTO public.users (username, password, role) VALUES ('admin', '$2y$10$GzDCeQl/GdH.pCZfz4fWdO3qmayutRCmxEIY9U9t1k9q9F89VNDCm', 'app-admin');
INSERT INTO public.schema_version VALUES ('111');