From 55b1cea91914844932fd2a57fade740b8b73c43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 1 Apr 2020 23:31:44 +0200 Subject: [PATCH] Rename migration --- locales/en.json | 1 + ...sion_protection.py => 0015_extends_permissions_features_1.py} | 0 2 files changed, 1 insertion(+) rename src/yunohost/data_migrations/{0015_add_permission_protection.py => 0015_extends_permissions_features_1.py} (100%) diff --git a/locales/en.json b/locales/en.json index 605d7633e..749936d89 100644 --- a/locales/en.json +++ b/locales/en.json @@ -390,6 +390,7 @@ "migration_description_0012_postgresql_password_to_md5_authentication": "Force PostgreSQL authentication to use MD5 for local connections", "migration_description_0013_futureproof_apps_catalog_system": "Migrate to the new future-proof apps catalog system", "migration_description_0014_remove_app_status_json": "Remove legacy status.json app files", + "migration_description_0015_extends_permissions_features_1": "Extends permissions features, step 1", "migration_0003_start": "Starting migration to Stretch. The logs will be available in {logfile}.", "migration_0003_patching_sources_list": "Patching the sources.lists…", "migration_0003_main_upgrade": "Starting main upgrade…", diff --git a/src/yunohost/data_migrations/0015_add_permission_protection.py b/src/yunohost/data_migrations/0015_extends_permissions_features_1.py similarity index 100% rename from src/yunohost/data_migrations/0015_add_permission_protection.py rename to src/yunohost/data_migrations/0015_extends_permissions_features_1.py