This website requires JavaScript.
Explore
Help
Sign In
zed-industries
/
zed
Watch
1
Star
1
Fork
0
You've already forked zed
mirror of
https://github.com/zed-industries/zed.git
synced
2024-11-08 07:35:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c6c850390
zed
/
script
/
seed-db
5 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add seed-db script
2021-08-06 05:06:13 +03: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 23:52:15 +03: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 06:00:02 +03:00
cargo run -p collab migrate
Reference in New Issue
Copy Permalink