18 lines
331 B
Python
18 lines
331 B
Python
# Generated by Django 5.2 on 2025-05-21 04:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('gmail', '0011_alter_unmatchedemail_user_id'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelTable(
|
|
name='usergoal',
|
|
table=None,
|
|
),
|
|
]
|