Skip to content

Commit

Permalink
feat: infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Jan 14, 2024
1 parent 51cf059 commit 52f4a03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id,column_name,column_description,reference_table_name,reference_table_column,table_metadata_id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id,table_name,table_description
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
<changeSet id="init-data" author="angular2guy" runOnChange="true">
<loadUpdateData file="data/table_metadata.csv" tableName="table_metadata" primaryKey="id"
relativeToChangelogFile="true" />
<loadUpdateData file="data/column_metadata.csv" tableName="column_metadata" primaryKey="id"
relativeToChangelogFile="true" />
</changeSet>
</databaseChangeLog>

0 comments on commit 52f4a03

Please sign in to comment.