mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
improve db setups/migrations
This commit is contained in:
@@ -71,6 +71,14 @@ preview:
|
||||
deploy *args:
|
||||
bun turbo deploy "$@"
|
||||
|
||||
# Apply D1 migrations (rooms + auth own them). Defaults to --remote; pass `-- --local`
|
||||
# for the dev db. Scope with -F, e.g. `just migrate -F rooms`.
|
||||
[group('2. local dev')]
|
||||
[positional-arguments]
|
||||
[no-cd]
|
||||
migrate *args:
|
||||
bun turbo migrate "$@"
|
||||
|
||||
# =============================== #
|
||||
# GENERATOR COMMANDS #
|
||||
# =============================== #
|
||||
|
||||
Reference in New Issue
Block a user