zed/script/reset_db

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
54 B
Plaintext
Raw Normal View History

2023-09-26 04:45:28 +03:00
psql -c "DROP DATABASE zed (FORCE);"
script/bootstrap