mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-22 20:57:46 +00:00
3 lines
223 B
Bash
3 lines
223 B
Bash
#!/bin/bash
|
|
bin/sapphire_dbm --mode initialize --user root --database sapphire --sfile bin/sql/schema/schema.sql --ifile bin/sql/schema/inserts.sql
|
|
bin/sapphire_dbm --mode liquidate --user root --database sapphire --force
|