phase 0.3

This commit is contained in:
portakal 2026-06-04 20:51:20 +03:00
commit 4a94bfc4e7
52 changed files with 11653 additions and 0 deletions

7
seed.bat Normal file
View 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.