Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaawahbah/eec868a913f848f959ca9d7853872830 to your computer and use it in GitHub Desktop.
Save alaawahbah/eec868a913f848f959ca9d7853872830 to your computer and use it in GitHub Desktop.
Update-Database -Script -SourceMigration: <pointFromWichYouWantToStartWithGeneration> -TargetMigration: <pointWhereToEndWithGeneration>
Update-Database -Script -SourceMigration: $InitialDatabase
Script-Migration -From <PreviousMigration> -To <LastMigration> //trying this and work
Script-Migration -From <PreviousMigration>
Script-Migration -From add-parent-id-to-contract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment