mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Refactor #2623
This commit is contained in:
parent
4951dbf1ea
commit
0ef04b2506
4 changed files with 17 additions and 10 deletions
|
@ -597,6 +597,7 @@ CREATE TABLE contacts (
|
|||
legacy_id integer,
|
||||
statuses character varying[],
|
||||
status_notes hstore,
|
||||
legacy_history_id integer,
|
||||
copy_from_id integer
|
||||
);
|
||||
|
||||
|
@ -4929,5 +4930,7 @@ INSERT INTO schema_migrations (version) VALUES ('20150810114746');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20150825125118');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20150827151906');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20150910113839');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue