diff --git a/cmsplugin_filer_folder/migrations/0005_fix_table_names.py b/cmsplugin_filer_folder/migrations/0005_fix_table_names.py index 4195e584..6bcb4f99 100644 --- a/cmsplugin_filer_folder/migrations/0005_fix_table_names.py +++ b/cmsplugin_filer_folder/migrations/0005_fix_table_names.py @@ -11,6 +11,10 @@ class Migration(SchemaMigration): # (old_name, new_name), ('cmsplugin_filerfolder', 'cmsplugin_filer_folder_filerfolder'), ) + + needed_by = ( + ("cms", "0069_static_placeholder_permissions"), + ) def forwards(self, orm): rename_tables_old_to_new(db, self.cms_plugin_table_mapping)