Story#105418634 Add updated_at to DnsKEy model

This commit is contained in:
Vladimir Krylov 2015-10-28 20:34:40 +02:00
parent a2d039bb2e
commit 176ca58551
3 changed files with 24 additions and 15 deletions

View file

@ -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');