Adding migration command to build script (updated) (#653)

* Added checks for migration runner

* Added migration command to build script
This commit is contained in:
Demetri Van Sickle
2022-07-18 16:44:21 -07:00
committed by GitHub
parent b55606d41e
commit ec4ed8fa7e
2 changed files with 66 additions and 46 deletions

View File

@@ -6,4 +6,7 @@ cd build
cmake ..
# Run make to build the project. To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `make -j8`
make
make
# Run migrations
./MasterServer -m