mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03: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
5 lines
48 B
Bash
Executable File
5 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cargo run -p collab migrate
|