mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Actually run sapphire_dbm
This commit is contained in:
parent
4899fe9629
commit
036bc5fc24
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/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
|
||||
./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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue