phase 0.3
This commit is contained in:
commit
4a94bfc4e7
52 changed files with 11653 additions and 0 deletions
7
seed.bat
Normal file
7
seed.bat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
REM Seed the central ports + NPC factions. Run ONCE, after applying
|
||||
REM sql\migrations\004_central_dispatch.sql. Idempotent (safe to re-run).
|
||||
REM Requires the mysql client on PATH. You can also just paste
|
||||
REM sql\seed_factions.sql into MySQL Workbench instead.
|
||||
mysql -u skyramaUser -pSkyrama1234. -h 127.0.0.1 skyrama_clone < sql\seed_factions.sql
|
||||
echo Done seeding factions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue