Skip to content

Commit

Permalink
add defualt provider to DB changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywells52 committed Sep 18, 2024
1 parent 68711c5 commit 7db1bed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions backend/src/main/resources/db/changelog/db.changelog-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7db1bed

Please sign in to comment.