Set latest structure.sql version

This commit is contained in:
Alex Sherman 2021-04-29 14:33:53 +05:00
parent f165b40d4f
commit ee8fdd3816

View file

@ -4581,7 +4581,7 @@ ALTER TABLE ONLY public.users
-- PostgreSQL database dump complete
--
SET search_path TO "$user",public;
SET search_path TO "$user", public;
INSERT INTO "schema_migrations" (version) VALUES
('20140616073945'),