mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 06:19:37 +00:00
ac4c6c60f1
* 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
4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
cargo run -p collab migrate
|