mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-23 22:15:44 +00:00
fixed schema migrate call
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
2302673d8e
commit
2d04099946
@ -261,7 +261,7 @@ def run_init(args):
|
||||
@configure_planetmint
|
||||
def run_migrate(args):
|
||||
validator = Validator()
|
||||
schema.migrate_up(validator.models.connection)
|
||||
schema.migrate(validator.models.connection)
|
||||
|
||||
|
||||
@configure_planetmint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user