Skip to content

Commit 7e3fb62

Browse files
committed
fix(api/migrations): fix migrations conflict without merge
1 parent e259119 commit 7e3fb62

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)