Dive-Spots
Guide of dive spots including their visibillity.
Developer Notes
Introdcue database schema changes
-
Generate migration:
Change to
src/DiveSpots.Drivers.SQL
directory and execute:dotnet ef migration add <migration_name> -s ../DiveSpots.Web
-
Update local database:
dotnet ef database update -s ../DiveSpots.Web
-
Update SQL migration script:
dotnet ef migrations script -i -o ../../sql/update_to_latest.sql -s ../DiveSpots.Web