shared_accounts, accounts: ikkita user model qoshildi

This commit is contained in:
behruz-dev
2025-12-07 14:54:54 +05:00
parent 30c3b4df2e
commit 3c79a4c83c
31 changed files with 234 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
# Generated by Django 5.2 on 2025-11-19 10:53
# Generated by Django 5.2 on 2025-12-07 09:47
import django.db.models.deletion
import django_tenants.postgresql_backend.base
@@ -19,8 +19,6 @@ class Migration(migrations.Migration):
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('schema_name', models.CharField(db_index=True, max_length=63, unique=True, validators=[django_tenants.postgresql_backend.base._check_schema_name])),
('name', models.CharField(max_length=100)),
('paid_until', models.DateField()),
('on_trial', models.BooleanField()),
('created_at', models.DateField(auto_now_add=True)),
],
options={