You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
# This script only exists for compatibility reasons to a legacy deploy system and
|
|
# will be removed. Please use the "start migrate" command to run migrations.
|
|
# Custom migrations can be added through the MIGRATION_COMMANDS setting.
|
|
set -x
|
|
start migrate
|