mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Creating and migrating database"
|
|
mix ecto.create
|
|
mix ecto.migrate
|