From 37c7478220d4b67819eb9838518a6670ba255e3b Mon Sep 17 00:00:00 2001 From: Bryan Hazelbaker Date: Fri, 4 Jan 2019 15:25:46 -0800 Subject: [PATCH] Updating submodules --- before-our-time-business | 2 +- before-our-time-client | 2 +- before-our-time-models | 2 +- bot-reset-database.sh | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/before-our-time-business b/before-our-time-business index 52e879e..67fa79b 160000 --- a/before-our-time-business +++ b/before-our-time-business @@ -1 +1 @@ -Subproject commit 52e879e3d9c7ff5c5d2ca89a6f1404ab268943ee +Subproject commit 67fa79b4af0fbe82f092a287a52f008ff1e52fc8 diff --git a/before-our-time-client b/before-our-time-client index bb83142..7ef99a6 160000 --- a/before-our-time-client +++ b/before-our-time-client @@ -1 +1 @@ -Subproject commit bb831426aad1403c79a1728b45c52dcc8c4ef490 +Subproject commit 7ef99a64df6ead5c0da18f29fb068af24d532230 diff --git a/before-our-time-models b/before-our-time-models index 57eabcd..8504090 160000 --- a/before-our-time-models +++ b/before-our-time-models @@ -1 +1 @@ -Subproject commit 57eabcd34aafd82201784ce04dfc328fcb18c3be +Subproject commit 85040906f2977bd695966c98a8c46754541e2c57 diff --git a/bot-reset-database.sh b/bot-reset-database.sh index 0fa14e0..9544c34 100755 --- a/bot-reset-database.sh +++ b/bot-reset-database.sh @@ -3,4 +3,5 @@ echo y|dotnet ef database drop --context EFCoreModuleContext dotnet ef database update --context EFCoreModuleContext dotnet ef database update --context EFAccountModuleContext dotnet ef database update --context EFWorldModuleContext +dotnet ef database update --context EFScriptModuleContext cd ..