Move db stuff to its own directory, update README

This commit is contained in:
P0nk
2021-05-24 20:29:59 +02:00
parent c514c303c7
commit ef12275f35
10 changed files with 24 additions and 13 deletions

7
database/sql/readme.txt Normal file
View File

@@ -0,0 +1,7 @@
---- Cosmic MySQL Database ----
These SQL files must be executed IN ORDER to set up the database:
- 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)