1
0
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:
Christopher Kolstad 2021-03-11 11:18:02 +01:00
parent 9e2d4af1dc
commit 7db528e659

View File

@ -0,0 +1,3 @@
DROP DATABASE unleash;
CREATE DATABASE unleash;
GRANT ALL PRIVILEGES ON DATABASE unleash TO unleash_user;