17 lines
289 B
Python
17 lines
289 B
Python
# Generated by Django 5.2 on 2025-05-12 04:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('accounts', '0003_userprofile'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='UserGoal',
|
|
),
|
|
]
|