Skip to content

Commit

Permalink
Update 0005_fix_table_names.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter J. Farrell committed Jan 21, 2015
1 parent fd02ac0 commit 45f62bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmsplugin_filer_folder/migrations/0005_fix_table_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 45f62bf

Please sign in to comment.