mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
fix: add migrations to migration list in migrations/__init__.py
This commit is contained in:
parent
02bc74f4c4
commit
f1cc84b8c8
|
@ -14,10 +14,14 @@ from selfprivacy_api.migrations.write_token_to_redis import WriteTokenToRedis
|
|||
from selfprivacy_api.migrations.check_for_system_rebuild_jobs import (
|
||||
CheckForSystemRebuildJobs,
|
||||
)
|
||||
from selfprivacy_api.migrations.update_services_flake_list import UpdateServicesFlakeList
|
||||
from selfprivacy_api.migrations.add_roundcube_to_userdata import AddRoundcubeToUserdata
|
||||
|
||||
migrations = [
|
||||
WriteTokenToRedis(),
|
||||
CheckForSystemRebuildJobs(),
|
||||
UpdateServicesFlakeList(),
|
||||
AddRoundcubeToUserdata(),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue