1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00
sapphire/sql_import.sh
2018-12-12 14:56:37 +01:00

5 lines
219 B
Bash

#!/bin/bash
cd bin
sapphire_dbm --mode initialize --user root --database sapphire --sfile sql/schema/schema.sql --ifile sql/schema/inserts.sql
sapphire_dbm --mode liquidate --user root --database sapphire --force
cd ..