-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add defualt provider to DB changelog
- Loading branch information
1 parent
68711c5
commit 7db1bed
Showing
1 changed file
with
16 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -5671,3 +5671,19 @@ databaseChangeLog: | |
rollback: | ||
- dropTable: | ||
tableName: facility_providers | ||
|
||
- changeSet: | ||
id: add-facility-relationships | ||
author: [email protected] | ||
comment: Add relationships and otherwise modify other tables in the schema to reflect the existence of facilities. | ||
changes: | ||
- addColumn: | ||
tableName: facility | ||
columns: | ||
- column: | ||
name: default_ordering_provider | ||
remarks: The default ordering provider (if any) for tests at this facility. | ||
type: uuid | ||
constraints: | ||
foreignKeyName: fk__facility__default_ordering_provider | ||
references: provider |