mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 11:09:13 +00:00
Implement Database Migrations (#12)
* feat: enhance modularity by relocating core packages * refactor: move chart components to dashboard package * refactor: restructure database access layer * refactor: rename credential descriptor to credentials for clarity * feat: enhance development environment configuration for database interactions * feat: integrate go-task for database migrations * feat: introduce middleware for market data and WebAuthn
This commit is contained in:
2
.github/setup_env.sh
vendored
2
.github/setup_env.sh
vendored
@@ -9,6 +9,8 @@ export PATH=$GOBIN:$PATH
|
||||
export ROOT_DIR=$(git rev-parse --show-toplevel)
|
||||
export RADAR_ROOT=$ROOT_DIR/cmd/radar
|
||||
export WORKER_ROOT=$ROOT_DIR/cmd/worker
|
||||
export SQLC_ROOT=$ROOT_DIR/internal/db
|
||||
export MIGRATE_ROOT=$ROOT_DIR/internal/migrate
|
||||
|
||||
# Setup Build Outputs
|
||||
export RADAR_OUT=$RADAR_ROOT/build/app.wasm
|
||||
|
||||
Reference in New Issue
Block a user