pour déploiement auto v2 via gitlab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

68 lines
1.3 KiB

columns:
borne_alerte:
type: numeric
default: "0"
code_groupe:
type: text
default: "''::text"
code_justificatif:
type: text
default: "''::text"
coefficient_attendu:
type: numeric
default: "0"
controle_id:
type: bigint
default: "0"
cumul_attendu:
type: numeric
default: "0"
cumul_base:
type: numeric
default: "0"
cumul_realise:
type: numeric
default: "0"
date_correction:
type: date
default: "'2099-12-31'::date"
date_signalement:
type: date
date_sortie:
type: date
etat:
type: text
default: "''::text"
comment: "''''=Atypie signalée, ''I''=Ignoré, ''T''=Traité"
nb_rss:
type: numeric
default: "0"
no_rss:
type: bigint
no_test_datim:
type: numeric
default: "0"
numero_editeur_pmsi:
type: bigint
default: "0"
rss_id:
type: bigint
indexes:
i_expert_rss_controle_1:
column: rss_id
method: btree
i_expert_rss_controle_2:
column: no_rss
method: btree
i_expert_rss_controle_3:
column: controle_id
method: btree
i_expert_rss_controle_4:
column: etat
method: btree
i_expert_rss_controle_5:
column: date_signalement
method: btree
i_expert_rss_controle_6:
column: date_correction
method: btree