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

6 lines
205 B
Bash
Raw Normal View History

2017-08-11 02:48:56 +01:00
#!/bin/bash
cd bin
2018-12-13 12:47:59 +01:00
./dbm --mode initialize --user root --database sapphire --sfile sql/schema/schema.sql --ifile sql/schema/inserts.sql
./dbm --mode liquidate --user root --database sapphire --force
cd ..