first commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-01 11:15
|
||||
# Generated by Django 6.0 on 2025-12-24 11:22
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
@@ -24,8 +24,9 @@ class Migration(migrations.Migration):
|
||||
('updated_at', models.DateTimeField(auto_now=True)),
|
||||
('first_name', models.CharField(max_length=100)),
|
||||
('last_name', models.CharField(max_length=500)),
|
||||
('phone', models.DecimalField(decimal_places=0, max_digits=20)),
|
||||
('phone', models.DecimalField(decimal_places=0, max_digits=11)),
|
||||
('double_workload', models.BooleanField(default=False)),
|
||||
('last_visit', models.DateField(blank=True, null=True)),
|
||||
('feed_back', models.BooleanField(default=False)),
|
||||
('msg_3_months', models.BooleanField(default=False)),
|
||||
('msg_6_months', models.BooleanField(default=False)),
|
||||
|
||||
Reference in New Issue
Block a user