diff options
Diffstat (limited to 'migrations/auth/20221110_05_BaNtL-create-roles-table.py')
-rw-r--r-- | migrations/auth/20221110_05_BaNtL-create-roles-table.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/auth/20221110_05_BaNtL-create-roles-table.py b/migrations/auth/20221110_05_BaNtL-create-roles-table.py index 18499a6..51e19e8 100644 --- a/migrations/auth/20221110_05_BaNtL-create-roles-table.py +++ b/migrations/auth/20221110_05_BaNtL-create-roles-table.py @@ -4,7 +4,7 @@ Create 'roles' table from yoyo import step -__depends__ = {'20221110_04_6PRFQ-create-genotype-resources-table'} +__depends__ = {'20221110_01_WtZ1I-create-resources-table'} steps = [ step( |