mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
parent
340e61804b
commit
4b836f1476
23 changed files with 54 additions and 47 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameDomainsAuthInfoToTransferCode < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :domains, :auth_info, :transfer_code
|
||||
end
|
||||
end
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue