removed migration runner from build script (#788)

This commit is contained in:
Demetri Van Sickle 2022-10-25 13:32:46 -07:00 committed by GitHub
parent c13937bd1f
commit 2bdbf129cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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