mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Rename migrations
This commit is contained in:
parent
95eea93c4a
commit
0f67278afe
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class MyMigration(Migration):
|
|||
required = True
|
||||
|
||||
def run(self):
|
||||
logger.info(m18n.n("migration_0019_ssh_sftp_permissions"))
|
||||
logger.info(m18n.n("migration_0020_ssh_sftp_permissions"))
|
||||
|
||||
from yunohost.utils.ldap import _get_ldap_interface
|
||||
ldap = _get_ldap_interface()
|
||||
|
|
Loading…
Add table
Reference in a new issue