mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
added db call to command
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
0a1b5d6ba4
commit
b0d91c2aa2
@ -260,12 +260,14 @@ def run_init(args):
|
||||
|
||||
@configure_planetmint
|
||||
def run_migrate_up(args):
|
||||
return
|
||||
validator = Validator()
|
||||
schema.migrate_up(validator.models.connection)
|
||||
|
||||
|
||||
@configure_planetmint
|
||||
def run_migrate_down(args):
|
||||
return
|
||||
validator = Validator()
|
||||
schema.migrate_up(validator.models.connection)
|
||||
|
||||
|
||||
@configure_planetmint
|
||||
|
Loading…
x
Reference in New Issue
Block a user