Closed danielmackay closed 2 weeks ago
Does this drop and recreate? Should the command name make that clear?
Does this drop and recreate? Should the command name make that clear?
+1 to Parkie's comment. Looks good to me but I would encourage naming it more transparently. Or even adding both options.
> 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc)
✏️ https://github.com/SSWConsulting/SSW.CleanArchitecture/issues/410
✏️ Added command to drop database on demand. This is useful when not using migrations and the DB schema needs to be recreated. With this command we can now drop the db and re-run the migration service without making changes to our code.
✏️ No