Added update_database command

This commit is contained in:
Cekis
2022-01-18 22:12:47 -08:00
parent c23d9bcc07
commit 66a2d219eb

View File

@@ -43,6 +43,7 @@ Here are the many targets and what they do:
* `load_templates` - Will make sure all CRC files are built (and their requirements met) and will load them into the database such that the server can use them.
* `create_database` - Will create a new database (don't use this if you already have a database created).
* `drop_database` - Will absolutely remove any data you have in the game and set you to a starting point to create a new database - You will get a confirmation message when doing this, but yea, don't do it unless you really want to start fresh. Very handy if you do though.
* `update_database` - Will update the version of the database to the current version and make necessary SQL changes in the process.
* `start` - Starts the SWG application.
* `stop` - Completely hard stops the SWG application (not recommended if you're running a usable server).