feat: add maintenance_schedules table, schema, and CRUD endpoints

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-02-17 13:20:55 -05:00
parent 5a3af9c87e
commit 25cc16da3a
8 changed files with 343 additions and 0 deletions

View File

@@ -30,3 +30,6 @@ resend==2.21.0
# Utilities
python-dotenv==1.0.1
croniter>=2.0.0
pytz>=2024.1
apscheduler>=3.10.4