Skip to content

Commit

Permalink
Merge pull request #897 from colinin/fix-migrations
Browse files Browse the repository at this point in the history
fix(migrations): add missing migrations
  • Loading branch information
colinin authored Oct 30, 2023
2 parents 6bd6420 + e062154 commit 506095b
Show file tree
Hide file tree
Showing 29 changed files with 8,067 additions and 83 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Publish
LocalNuget
pnpm-lock.yaml

# .NET
*.pubxml
*.user

/tests/e2e/videos/
/tests/e2e/screenshots/
/tests/**/coverage/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"ConnectionStrings": {
"Default": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456",
"AbpIdentity": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456",
"OpenIddict": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456",
"AbpSaas": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456"
"Default": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456;SslMode=None",
"AbpIdentity": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456;SslMode=None",
"OpenIddict": "Server=127.0.0.1;Database=AuthServer-v70;User Id=root;Password=123456;SslMode=None",
"AbpSaas": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456;SslMode=None"
},
"StringEncryption": {
"DefaultPassPhrase": "s46c5q55nxpeS8Ra",
Expand Down
Loading

0 comments on commit 506095b

Please sign in to comment.