pour prod
This commit is contained in:
14
database/migration_v5_5_motifs.sql
Normal file
14
database/migration_v5_5_motifs.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- PTA V5.5 - Mise à jour des motifs d'affectation
|
||||
-- Compatible avec une base existante.
|
||||
|
||||
UPDATE motif_planning
|
||||
SET libelle = 'Absence',
|
||||
compte_dans_quota = TRUE,
|
||||
actif = TRUE
|
||||
WHERE code = 'MALADIE';
|
||||
|
||||
UPDATE motif_planning
|
||||
SET libelle = 'Autre absence (non décomptée)',
|
||||
compte_dans_quota = FALSE,
|
||||
actif = TRUE
|
||||
WHERE code = 'AUTRE';
|
||||
Reference in New Issue
Block a user