From 66a2d219eb4355750161d48b5b36fb79d136236a Mon Sep 17 00:00:00 2001 From: Cekis Date: Tue, 18 Jan 2022 22:12:47 -0800 Subject: [PATCH] Added update_database command --- Building-SWG-with-ANT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-SWG-with-ANT.md b/Building-SWG-with-ANT.md index 54e2b74..e8a0223 100644 --- a/Building-SWG-with-ANT.md +++ b/Building-SWG-with-ANT.md @@ -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).