-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1471 from NASA-AMMOS/feature/sequence-adaptation-…
…names Added a default value to sequence adaptation names so migrations dont…
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
deployment/hasura/migrations/Aerie/5_sequence_adaptation_name/down.sql
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
alter table sequencing.sequence_adaptation | ||
drop constraint sequence_adaptation_natural_key, | ||
drop constraint sequence_adaptation_name_unique_key, | ||
drop column name; | ||
|
||
call migrations.mark_migration_rolled_back('5'); |
4 changes: 2 additions & 2 deletions
4
deployment/hasura/migrations/Aerie/5_sequence_adaptation_name/up.sql
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
4 changes: 2 additions & 2 deletions
4
deployment/postgres-init-db/sql/tables/sequencing/sequence_adaptation.sql
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