mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-19 17:56:51 +00:00
5 lines
205 B
Bash
5 lines
205 B
Bash
#!/bin/bash
|
|
cd bin
|
|
./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 ..
|