Skip to content

Commit

Permalink
add schema migration in csproj file so it can be loaded at runtime (#116
Browse files Browse the repository at this point in the history
)
  • Loading branch information
runeanielsen authored Dec 19, 2023
1 parent 2100b72 commit 82b20af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<None Update="Postgres/SchemaMigration/Scripts/create_route_network_schema.sql" CopyToOutputDirectory="PreserveNewest" />
<None Update="Postgres/SchemaMigration/Scripts/ddl_survey_import.sql" CopyToOutputDirectory="PreserveNewest" />
<None Update="Postgres/SchemaMigration/Scripts/update_and_create_trigger_changes.sql" CopyToOutputDirectory="PreserveNewest" />
<None Update="Postgres/SchemaMigration/Scripts/set_valid_geometry_constraint_route_network.sql" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

</Project>

0 comments on commit 82b20af

Please sign in to comment.