mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Set reserved_domains.password
to NOT NULL
This commit is contained in:
parent
d346d9c87b
commit
2941328652
4 changed files with 22 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue