18 lines
348 B
Python
18 lines
348 B
Python
# 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',)},
|
|
),
|
|
]
|