mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-11 17:13:49 +00:00
add providers.py to the list of migrations
Makes providers.py actually run.
This commit is contained in:
parent
b0c26b876a
commit
decb98afe2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ from selfprivacy_api.migrations.migrate_to_selfprivacy_channel import (
|
||||||
MigrateToSelfprivacyChannel,
|
MigrateToSelfprivacyChannel,
|
||||||
)
|
)
|
||||||
from selfprivacy_api.migrations.mount_volume import MountVolume
|
from selfprivacy_api.migrations.mount_volume import MountVolume
|
||||||
|
from selfprivacy_api.migrations.providers import CreateProviderFields
|
||||||
|
|
||||||
migrations = [
|
migrations = [
|
||||||
FixNixosConfigBranch(),
|
FixNixosConfigBranch(),
|
||||||
|
@ -25,6 +26,7 @@ migrations = [
|
||||||
MigrateToSelfprivacyChannel(),
|
MigrateToSelfprivacyChannel(),
|
||||||
MountVolume(),
|
MountVolume(),
|
||||||
CheckForFailedBindsMigration(),
|
CheckForFailedBindsMigration(),
|
||||||
|
CreateProviderFields(),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue