17 lines
286 B
Python
17 lines
286 B
Python
![]() |
# Generated by Django 5.2 on 2025-05-14 02:52
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('accounts', '0005_usergoal'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='UserGoal',
|
||
|
),
|
||
|
]
|