initial
This commit is contained in:
18
frontend/migrations/0002_userprofile_settings.py
Normal file
18
frontend/migrations/0002_userprofile_settings.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.4 on 2025-07-18 11:10
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('frontend', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='userprofile',
|
||||
name='settings',
|
||||
field=models.JSONField(default={'dashboard_view': 'list'}),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user