mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix rollback table name
This commit is contained in:
parent
60785500b9
commit
27981619c4
@ -25,7 +25,7 @@ def rollback(migrator, database, **kwargs):
|
|||||||
executed = BooleanField(default=False)
|
executed = BooleanField(default=False)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
table_name = "user_crafty"
|
table_name = "commands"
|
||||||
database = db
|
database = db
|
||||||
|
|
||||||
migrator.create_table(Commands)
|
migrator.create_table(Commands)
|
||||||
|
Loading…
Reference in New Issue
Block a user