1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-23 05:07:46 +00:00
sapphire/sql_import.sh

4 lines
223 B
Bash
Raw Normal View History

2017-08-11 02:48:56 +01:00
#!/bin/bash
2018-12-12 12:07:26 +01:00
bin/sapphire_dbm --mode initialize --user root --database sapphire --sfile bin/sql/schema/schema.sql --ifile bin/sql/schema/inserts.sql
2018-12-12 12:23:56 +01:00
bin/sapphire_dbm --mode liquidate --user root --database sapphire --force