1
0
mirror of https://github.com/danbee/chess synced 2026-06-21 13:22:22 +00:00
chess/bin/codeship_db

6 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
echo "Creating and migrating database"
mix ecto.create
mix ecto.migrate