This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-01-08 10:02:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
e884d0060e
zed
/
script
/
reset_db
4 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Add `reset_db` script
2023-09-26 01:45:28 +00:00
psql -c "DROP DATABASE zed (FORCE);"
collab: Setup database for LLM service (#15882) This PR puts the initial infrastructure for the LLM service's database in place. The LLM service will be using a separate Postgres database, with its own set of migrations. Currently we only connect to the database in development, as we don't yet have the database setup for the staging/production environments. Release Notes: - N/A
2024-08-06 21:18:08 +00:00
psql -c "DROP DATABASE zed_llm (FORCE);"
Add `reset_db` script
2023-09-26 01:45:28 +00:00
script/bootstrap
Reference in a new issue
Copy permalink