Commit f11d3161 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Script SQL : tmp_inscription_administrative_apprenant ne doit pas avoir la colonne 'haystack'

parent e002cab9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -429,8 +429,6 @@ create table tmp_inscription_administrative_apprenant
--     ligne5Etranger varchar(128) not null,
--     pays varchar(128) not null,

    haystack text not null,

    histo_creation timestamp(0) default ('now'::text)::timestamp(0) without time zone not null,
    histo_createur_id bigint not null,
    histo_modification timestamp(0),