mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
commit
07aea48921
1 changed files with 3 additions and 1 deletions
|
@ -1114,7 +1114,9 @@ class Migration(object):
|
|||
# Those are to be implemented by daughter classes
|
||||
|
||||
mode = "auto"
|
||||
dependencies: List[str] = [] # List of migration ids required before running this migration
|
||||
dependencies: List[
|
||||
str
|
||||
] = [] # List of migration ids required before running this migration
|
||||
|
||||
@property
|
||||
def disclaimer(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue