dev #2
12
backlogger/migrations/0007_merge.py
Normal file
12
backlogger/migrations/0007_merge.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('backlogger', '0006_item_category_unending'),
|
||||
('backlogger', '0006_item_status_unending'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Reference in New Issue
Block a user