Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Added missing migration script for mirror_integration_id.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardr committed Jan 31, 2018
1 parent c413d71 commit ab63ecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions migration/20180129-collection-mirror-integration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Add collections.mirror_integration_id, a foreign key
-- against externalintegrations.id
alter table collections add column mirror_integration_id integer;
alter table collections add constraint collections_mirror_integration_id_fkey FOREIGN KEY (mirror_integration_id) REFERENCES externalintegrations(id);

0 comments on commit ab63ecd

Please sign in to comment.