mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-31 02:10:05 -04:00
12 lines
149 B
Bash
Executable File
12 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
./scripts/combine-migrations.sh
|
|
|
|
./scripts/dev_db_write_schema.sh
|
|
|
|
./scripts/dev_db_seed.sh
|