Files
zed/script/reset_db
Joseph T. Lyons b1d5918fdc Fix reset_db script (#29067)
Release Notes:

- N/A
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