mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Fix tests #2713
This commit is contained in:
parent
c6073c7e87
commit
b5afff1c79
4 changed files with 3 additions and 7 deletions
|
@ -597,7 +597,6 @@ CREATE TABLE contacts (
|
|||
legacy_id integer,
|
||||
statuses character varying[],
|
||||
status_notes hstore,
|
||||
legacy_history_id integer,
|
||||
copy_from_id integer
|
||||
);
|
||||
|
||||
|
@ -4930,8 +4929,6 @@ 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');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20150915094707');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue