mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Story#105418634 Add updated_at to DnsKEy model
This commit is contained in:
parent
a2d039bb2e
commit
176ca58551
3 changed files with 24 additions and 15 deletions
|
@ -745,7 +745,8 @@ CREATE TABLE dnskeys (
|
|||
ds_digest character varying,
|
||||
creator_str character varying,
|
||||
updator_str character varying,
|
||||
legacy_domain_id integer
|
||||
legacy_domain_id integer,
|
||||
updated_at timestamp without time zone
|
||||
);
|
||||
|
||||
|
||||
|
@ -4946,3 +4947,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150921110152');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20150921111842');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20151028183132');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue