18 lines
387 B
Python
18 lines
387 B
Python
# Generated by Django 5.2.7 on 2026-02-03 03:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('core', '0040_volunteer_is_default_caller_scheduledcall'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='volunteer',
|
|
options={'ordering': ('last_name', 'first_name')},
|
|
),
|
|
]
|