mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
move db to separate dir
This commit is contained in:
parent
e3c99305cc
commit
02862e6517
4 changed files with 22 additions and 22 deletions
3
server/db/reset
Executable file
3
server/db/reset
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
sqlite3 brmbar.db < schema.sql
|
||||
sqlite3 brmbar.db < items.sql
|
Loading…
Add table
Add a link
Reference in a new issue