configure baseproject default_v3_py3 3.23
parent
0f724d3f2f
commit
7feaf7b129
@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Loading…
Reference in New Issue