mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 01:06:26 +01:00
Fix migration hooks
This commit is contained in:
parent
b71953fd1b
commit
4fd789436b
@ -36,8 +36,8 @@ hooks = [
|
||||
("v1.5.0", [("Move to instance directory", v1_hooks.move_instance)]),
|
||||
("v1.5.1", [("Move thumbnails", v1_hooks.move_thumbnails)]),
|
||||
("v1.7.0", [("Install babel", v1_hooks.install_babel)]),
|
||||
("v1.8.2", [("Install pypdf", v1_hooks.install_pypdf)])
|
||||
("v1.10.3", [("Install unidecode", v1_hooks.install_unidecode)])
|
||||
("v1.8.2", [("Install pypdf", v1_hooks.install_pypdf)]),
|
||||
("v1.10.3", [("Install unidecode", v1_hooks.install_unidecode)]),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user