Blame view

database/update/script_sql/db-update-2021-11-08.sql 227 Bytes
1b901ee9   Etienne Pallier   Refactorisation e...
1
2
3
4
5
6
-- use database;


-- Ajout champ "resp_credit" dans table "materiels"
-- Ce champ avait été oublié depuis un certain temps...

9e58ba30   Etienne Pallier   bugfix db pour cral
7
-- ALTER TABLE materiels ADD resp_credit VARCHAR(50) NULL DEFAULT NULL AFTER email_responsable;