Rename domain "auth_info" to "transfer_code"

#660
This commit is contained in:
Artur Beljajev 2018-01-21 19:31:16 +02:00
parent 340e61804b
commit 4b836f1476
23 changed files with 54 additions and 47 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,
auth_info character varying,
transfer_code character varying,
created_at timestamp without time zone,
updated_at timestamp without time zone,
name_dirty character varying,
@ -5046,3 +5046,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180120182712');
INSERT INTO schema_migrations (version) VALUES ('20180120183441');
INSERT INTO schema_migrations (version) VALUES ('20180121165304');