Skip to content

Commit 3f6ec6b

Browse files
authored
Merge pull request #77 from Cryptophobia/master
fix(api/migrations): fix migrations conflict without merge
2 parents e259119 + 7e3fb62 commit 3f6ec6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/migrations/0027_config_termination_grace_period.py renamed to rootfs/api/migrations/0028_config_termination_grace_period.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Migration(migrations.Migration):
1010

1111
dependencies = [
12-
('api', '0026_release_exception'),
12+
('api', '0027_auto_20180424_1742'),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)