mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Add quick reset of database script
This commit is contained in:
parent
9e2d4af1dc
commit
7db528e659
3
scripts/resetdatabase.sql
Normal file
3
scripts/resetdatabase.sql
Normal file
@ -0,0 +1,3 @@
|
||||
DROP DATABASE unleash;
|
||||
CREATE DATABASE unleash;
|
||||
GRANT ALL PRIVILEGES ON DATABASE unleash TO unleash_user;
|
Loading…
Reference in New Issue
Block a user