API Microsoft

This commit is contained in:
2026-06-16 10:33:35 +02:00
parent fb05201fd7
commit 663c57306d
12 changed files with 821 additions and 40 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE academie_orchestre_candidatures
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;