-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZFIN-9449 remove zf-espresso foreign db
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--liquibase formatted sql | ||
--changeset cmpich:ZFIN-9449.sql | ||
|
||
delete | ||
from foreign_db_contains_display_group_member | ||
where fdbcdgm_fdbcont_zdb_id in (select fdbcont_zdb_id | ||
from foreign_db_contains | ||
where fdbcont_fdb_db_id = 45); | ||
|
||
delete | ||
from foreign_db_contains | ||
where fdbcont_fdb_db_id = 45; | ||
|
||
delete | ||
from foreign_db | ||
where fdb_db_name = 'WashU'; | ||
|
||
delete | ||
from foreign_db_contains_display_group_member | ||
where fdbcdgm_fdbcont_zdb_id in (select fdbcont_zdb_id | ||
from foreign_db_contains | ||
where fdbcont_fdb_db_id = 47); | ||
|
||
delete | ||
from foreign_db_contains | ||
where fdbcont_fdb_db_id = 47; | ||
|
||
|
||
delete | ||
from foreign_db | ||
where fdb_db_name = 'ZF-Espresso'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters