Rename column

#791
This commit is contained in:
Artur Beljajev 2018-04-22 19:15:45 +03:00
parent ed6f067a8d
commit 615eb0557c
2 changed files with 8 additions and 1 deletions

View file

@ -895,7 +895,7 @@ CREATE TABLE domains (
statuses character varying[],
reserved boolean DEFAULT false,
status_notes hstore,
statuses_backup character varying[] DEFAULT '{}'::character varying[],
statuses_before_force_delete character varying[] DEFAULT '{}'::character varying[],
upid integer,
up_date timestamp without time zone
);
@ -4716,3 +4716,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180327151906');
INSERT INTO schema_migrations (version) VALUES ('20180331200125');
INSERT INTO schema_migrations (version) VALUES ('20180422154642');