Files
zed/script/reset_db
2025-04-18 19:28:14 +00:00

4 lines
123 B
Plaintext
Executable File

psql postgres -c "DROP DATABASE zed WITH (FORCE);"
psql postgres -c "DROP DATABASE zed_llm WITH (FORCE);"
script/bootstrap