Add sql script for basic admin account

This commit is contained in:
P0nk
2021-05-24 08:25:41 +02:00
parent 0b17725e8e
commit 75078a5fa1
2 changed files with 91 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
---- Cosmic MySQL Database ----
These SQL files must be executed IN ORDER to set up the database:
- db_database.sql
- db_drops.sql
- db_shopupdate.sql (optional & require provided WZs)
- 1-db_database.sql (Tables and some data)
- 2-db_drops.sql (Remaining data: monster drops, reactor drops)
- 3-db_shopupdate.sql (Custom shops - optional, requires provided WZs)
- 4-db_admin (Basic admin account - optional)