Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 2c310d1

Browse files
committed
Add return to empty migration function
1 parent 24b59dc commit 2c310d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

editorsnotes/main/migrations/0125_auto__del_unique_projectrole_role.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ class Migration(SchemaMigration):
1010
def forwards(self, orm):
1111
# Removing unique constraint on 'ProjectRole', fields ['role']
1212
#db.delete_unique(u'main_projectrole', ['role'])
13+
pass
1314

1415

1516
def backwards(self, orm):
1617
# Adding unique constraint on 'ProjectRole', fields ['role']
1718
#db.create_unique(u'main_projectrole', ['role'])
19+
pass
1820

1921

2022
models = {

0 commit comments

Comments
 (0)