- version : 1.1

- description : minor changes .
هذا الالتزام موجود في:
2025-06-12 15:50:06 +03:00
الأصل ba1edd74da
التزام e96de0d016
2 ملفات معدلة مع 9 إضافات و10 حذوفات

2
app.py
عرض الملف

@@ -35,7 +35,7 @@ def init_db():
''')
# Add indexes for faster search
conn.execute('CREATE INDEX idx_student_name ON students(student_name)')
conn.execute('CREATE INDEX idx_parent_phone ON students(parent_phone_1)')
conn.execute('CREATE INDEX idx_parent_name ON students(parent_name)')
print("Database initialized with schema constraints and indexes")
@app.cli.command('init-db')