mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Merge branch 'master' into registry-927
This commit is contained in:
commit
8aa8aea24e
99 changed files with 712 additions and 536 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue