Skip to content

mduu/divespots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Guide of dive-spots and visibillity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published