Fix reset_db script (#29067)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons
2025-04-18 15:28:14 -04:00
committed by GitHub
parent 6f685b9f8e
commit b1d5918fdc

View File

@@ -1,3 +1,3 @@
psql -c "DROP DATABASE zed (FORCE);"
psql -c "DROP DATABASE zed_llm (FORCE);"
psql postgres -c "DROP DATABASE zed WITH (FORCE);"
psql postgres -c "DROP DATABASE zed_llm WITH (FORCE);"
script/bootstrap