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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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