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-09 02:44:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
1737329e84
zed
/
script
/
seed-db
5 lines
48 B
Text
Raw
Normal View
History
Unescape
Escape
Add seed-db script
2021-08-06 02:06:13 +00:00
#!/bin/bash
set -e
Document database setup and fix issue in script/seed-db Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-12-27 20:52:15 +00:00
Make it (a tiny bit) easier to run your own collab (#9557) * Allow creating channels when seeding * Allow configuring a custom `SEED_PATH` * Seed the database when creating/migrating it so you don't need a separate step for this. Release Notes: - N/A
2024-03-21 03:00:02 +00:00
cargo run -p collab migrate
Reference in a new issue
Copy permalink