Always require domain#transfer_code

#660
This commit is contained in:
Artur Beljajev 2018-01-22 13:03:34 +02:00
parent 524854451a
commit be057656e8
4 changed files with 15 additions and 1 deletions

View file

@ -998,7 +998,7 @@ CREATE TABLE domains (
valid_from timestamp without time zone,
valid_to timestamp without time zone,
registrant_id integer NOT NULL,
transfer_code character varying,
transfer_code character varying NOT NULL,
created_at timestamp without time zone,
updated_at timestamp without time zone,
name_dirty character varying,
@ -5048,3 +5048,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180120183441');
INSERT INTO schema_migrations (version) VALUES ('20180121165304');
INSERT INTO schema_migrations (version) VALUES ('20180122105335');