mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
14 lines
185 B
Bash
Executable File
14 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
./scripts/dev_db_clear_firebase.sh
|
|
|
|
./scripts/combine-migrations.sh
|
|
|
|
./scripts/dev_db_write_schema.sh
|
|
|
|
./scripts/dev_db_seed.sh
|