Merge branch 'master' into registry-927

This commit is contained in:
Maciej Szlosarczyk 2018-08-27 11:40:28 +03:00
commit 8aa8aea24e
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
99 changed files with 712 additions and 536 deletions

View file

@ -2283,7 +2283,7 @@ ALTER SEQUENCE public.settings_id_seq OWNED BY public.settings.id;
CREATE TABLE public.users (
id integer NOT NULL,
username character varying,
password character varying,
plain_text_password character varying,
created_at timestamp without time zone,
updated_at timestamp without time zone,
email character varying,
@ -4760,6 +4760,8 @@ INSERT INTO schema_migrations (version) VALUES ('20180613030330');
INSERT INTO schema_migrations (version) VALUES ('20180613045614');
INSERT INTO schema_migrations (version) VALUES ('20180713154915');
INSERT INTO schema_migrations (version) VALUES ('20180808064402');
INSERT INTO schema_migrations (version) VALUES ('20180824092855');