mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Trying to appease lint one more time
This commit is contained in:
parent
ae7d0991e4
commit
36de32e5b1
@ -372,8 +372,9 @@ class MigrationManager(object):
|
||||
Create migrator
|
||||
"""
|
||||
migrator = Migrator(self.database)
|
||||
# Removing the up_one to prevent running all migrations
|
||||
# each time we got a new one. It's handled by migration.up() function.
|
||||
# Removing the up_one to prevent running all
|
||||
# migrations each time we got a new one.
|
||||
# It's handled by migration.up() function.
|
||||
# for name in self.done:
|
||||
# self.up_one(name, migrator, True)
|
||||
return migrator
|
||||
|
Loading…
Reference in New Issue
Block a user