feat(db): initial schema DDL (21 tables) + migration runner #6
No reviewers
Labels
No labels
auto-merge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AcadeNice/corentin_wakdo#6
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/p2-db-foundation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Transcription executable du MLD vers MariaDB.
Verifie : applique sans erreur sur MariaDB 11.4 reel (21 tables, 28 FK, 22 CHECK, polymorphisme XOR, coherence TTC, stock signe). Idempotence testee (re-run = 0 applique). DDL genere depuis le MLD via workflow (generation + verif fidelite + verif executable sur base scratch).
A noter : make migrate est encore le stub ; le runner est db/migrate.sh. Cabler make migrate -> db/migrate.sh demande un commit du Makefile (qui porte aussi le target docs-render non commite) : a trancher (politique Makefile).
Base : dev. Type : feat(db) / Bloc 2 (Cr 3.b construction BDD).