collab: Don't run migrations on startup (#44430)
This PR removes the step that applies migrations when Collab starts up, as migrations are now done as part of Cloud deployments. Release Notes: - N/A
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
zed . \
|
||||
"crates/collab/migrations.sqlite/20221109000000_test_schema.sql" \
|
||||
"crates/collab/migrations/$(date -u +%Y%m%d%H%M%S)_$(echo $1 | sed 's/[^a-z0-9]/_/g').sql"
|
||||
Reference in New Issue
Block a user