/divespots

Guide of dive-spots and visibillity

Primary LanguageC#Mozilla Public License 2.0MPL-2.0

Dive-Spots

Guide of dive spots including their visibillity.

Developer Notes

Introdcue database schema changes

  1. Generate migration:

    Change to src/DiveSpots.Drivers.SQL directory and execute:

    dotnet ef migration add <migration_name> -s ../DiveSpots.Web
  2. Update local database:

    dotnet ef database update -s ../DiveSpots.Web
  3. Update SQL migration script:

    dotnet ef migrations script -i -o ../../sql/update_to_latest.sql -s ../DiveSpots.Web