refactor: clean up scaffolding backend

This commit is contained in:
ramvignesh-b
2026-04-16 03:30:42 +05:30
parent e8dac65468
commit cc8e3e4e4e
16 changed files with 174 additions and 109 deletions
@@ -0,0 +1,16 @@
# Generated by Django 6.0.4 on 2026-04-15 18:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("users", "0004_alter_user_public_id"),
]
operations = [
migrations.RemoveField(
model_name="user",
name="kdf_salt",
),
]