Commit 1958641c authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction script SQL pour v12.0.0

parent 80fadc58
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ values ('TX_AUTORISATION_INSCRIPTION_THESE', 'Envoi des données d''autorisation
drop table if exists autorisation_inscription_tx;
drop table if exists autorisation_inscription_tx_data;

alter table autorisation_inscription
    rename column tem_autor_inscription to temoin_autorisation;

create table autorisation_inscription_tx_data
(
    id                           bigserial                                                    not null