This commit is contained in:
2026-06-18 22:05:43 +02:00
parent 663c57306d
commit 96296bbed9
10 changed files with 549 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE projet_lycee_demandes
ADD COLUMN exported_to_excel TINYINT(1) NOT NULL DEFAULT 0,
ADD COLUMN exported_to_excel_at DATETIME NULL,
ADD COLUMN export_error TEXT NULL,
ADD INDEX idx_projet_lycee_exported_to_excel (exported_to_excel, created_at);