mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +00:00
Actually run sapphire_dbm
This commit is contained in:
parent
8b937414a4
commit
1750159247
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd bin
|
cd bin
|
||||||
sapphire_dbm --mode initialize --user root --database sapphire --sfile sql/schema/schema.sql --ifile sql/schema/inserts.sql
|
./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
|
./sapphire_dbm --mode liquidate --user root --database sapphire --force
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue