Skip to content
Snippets Groups Projects
Commit 3e0f49fd authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Ajout d'une modif de bd oublié

parent 8996cb84
Branches
Tags 3.1.6
No related merge requests found
......@@ -399,6 +399,12 @@ drop table ficheposte_activite_specifique;
drop table activite;
```
**MAJ des lib'**
```postgresql
alter table unicaen_utilisateur_role add column description text;
```
**Nettoyage**
```postgresql
......@@ -442,7 +448,10 @@ composer update unicaen/utilisateur
composer update unicaen/authentification
composer update unicaen/mail
composer remove unicaen/octopus
## Retrait de db-import
composer remove unicaen/db-import
rm config/autoload/unicaen-db-import.local.php
## Instalation de UnicaenInstadia
composer require unicaen/instadia
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment