249 |
FOREIGN KEY (archive_etat_pendant_incompletude) REFERENCES etat(etat); |
FOREIGN KEY (archive_etat_pendant_incompletude) REFERENCES etat(etat); |
250 |
|
|
251 |
ALTER TABLE action ADD COLUMN regle_date_limite_incompletude character varying(60); |
ALTER TABLE action ADD COLUMN regle_date_limite_incompletude character varying(60); |
|
ALTER TABLE action ADD COLUMN regle_delai_incompletude character varying(60); |
|
252 |
|
ALTER TABLE action ADD COLUMN regle_delai_incompletude character varying(60); |
253 |
|
|
254 |
|
UPDATE action SET regle_avis='avis_decision' WHERE regle_avis='avis'; |