Skip to content

Commit

Permalink
Remove ScriptCreate() method from Database
Browse files Browse the repository at this point in the history
This was only used in tests and has different behavior with respect to
resolving dependencies between db objects than ScriptToDir / CreateFromDir.

I'm removing it to make sure tests use CreateFromDir and verify the path
acutally used by the cli.

This is in preperation to fix the issue with users assigned to role #188

Also added two failings test for the user / role bug.
  • Loading branch information
sethreno committed Dec 22, 2021
1 parent 78e694c commit e4228a4
Show file tree
Hide file tree
Showing 9 changed files with 508 additions and 488 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2021.3.0-eap10",
"version": "2021.3.1",
"commands": [
"jb"
]
Expand Down

0 comments on commit e4228a4

Please sign in to comment.