/[openfoncier]/trunk/data/pgsql/v3.3.0-a7.sql
ViewVC logotype

Diff of /trunk/data/pgsql/v3.3.0-a7.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1750 by nhaye, Mon Apr 22 12:42:28 2013 UTC revision 1760 by fmichon, Mon Apr 22 16:50:00 2013 UTC
# Line 255  UPDATE action SET regle_avis='avis_decis Line 255  UPDATE action SET regle_avis='avis_decis
255    
256  -- Suppression des champs types et objet_dossier de la table dossier  -- Suppression des champs types et objet_dossier de la table dossier
257  ALTER TABLE dossier DROP COLUMN types;  ALTER TABLE dossier DROP COLUMN types;
 ALTER TABLE dossier DROP COLUMN objet_dossier;  
258    ALTER TABLE dossier DROP COLUMN objet_dossier;
259    
260    --
261    
262    insert into om_droit(om_droit, libelle, om_profil) values
263    (nextval('om_droit_seq'), 'dossier_commission_modifier_lu', 3),
264    (nextval('om_droit_seq'), 'blocnote', 3)
265    ;

Legend:
Removed from v.1750  
changed lines
  Added in v.1760

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26