From 2bdbf129cf6b801d4e95892103b83778d3bcd91b Mon Sep 17 00:00:00 2001 From: Demetri Van Sickle Date: Tue, 25 Oct 2022 13:32:46 -0700 Subject: [PATCH] removed migration runner from build script (#788) --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index e61c1cb4..4a476cc1 100755 --- a/build.sh +++ b/build.sh @@ -8,5 +8,3 @@ cmake .. # To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8' cmake --build . --config Release -# Run migrations -./MasterServer -m