Commit cf782ac076683cd5251e0864b9949d9eff9dd4da

Authored by Etienne Pallier
1 parent 9e58ba30
Exists in master and in 1 other branch dev

bugfix

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
database/update/script_sql/db-update-2021-11-08.sql
... ... @@ -4,4 +4,6 @@
4 4 -- Ajout champ "resp_credit" dans table "materiels"
5 5 -- Ce champ avait été oublié depuis un certain temps...
6 6  
7   --- ALTER TABLE materiels ADD resp_credit VARCHAR(50) NULL DEFAULT NULL AFTER email_responsable;
  7 +ALTER TABLE materiels ADD resp_credit VARCHAR(50) NULL DEFAULT NULL AFTER email_responsable;
  8 +
  9 +
... ...