CDCgov / dibbs-query-connector

A FHIR client allowing public health agencies to query health care organizations directly or via a TEFCA QHIN
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Update DB Migrations #83

Closed linear[bot] closed 2 weeks ago

linear[bot] commented 3 weeks ago

Once we have value set insertion and default queries handled, we'll need to update the flyway migration files to be responsible only for table creation. This means that we'll grab the column additions and addendums from some of the later migrations and squash them back into migration 1, when the tables are created. We'll also get rid of the migrations that make manual data insertions 100,000 times, deleting them entirely. The end result is that we should have a single migrations file that creates all tables in the final state we want them to appear.

linear[bot] commented 3 weeks ago

QUE-38 Update DB Migrations