a few updates to rcr mig
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.1.4 on 2023-12-13 21:56
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rcr', '0007_alter_item_outcome_free_text'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='item',
|
||||
options={'ordering': ('pk',)},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user