Skip to content

Commit 2c484d5

Browse files
committed
Added another migration dependency, to avoid looking for removed tables.
- Legacy-Id: 11880
1 parent 7e6ed23 commit 2c484d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/group/migrations/0009_auto_20150930_0758.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class Migration(migrations.Migration):
109109
dependencies = [
110110
('doc', '0010_auto_20150930_0251'),
111111
('group', '0008_auto_20160505_0523'),
112+
('community', '0004_cleanup_data'),
112113
]
113114

114115
operations = [

0 commit comments

Comments
 (0)