Set reserved_domains.password to NOT NULL

This commit is contained in:
Artur Beljajev 2019-01-02 17:56:49 +02:00
parent d346d9c87b
commit 2941328652
4 changed files with 22 additions and 1 deletions

View file

@ -2241,7 +2241,7 @@ CREATE TABLE public.reserved_domains (
updator_str character varying,
legacy_id integer,
name character varying,
password character varying
password character varying NOT NULL
);
@ -4864,3 +4864,5 @@ INSERT INTO schema_migrations (version) VALUES ('20181002090319');
INSERT INTO schema_migrations (version) VALUES ('20181108154921');
INSERT INTO schema_migrations (version) VALUES ('20190102144032');