mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
parent
524854451a
commit
be057656e8
4 changed files with 15 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue