/[openfoncier]/trunk/data/pgsql/v3.2.0-dev.sql
ViewVC logotype

Diff of /trunk/data/pgsql/v3.2.0-dev.sql

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

revision 508 by nhaye, Tue Oct 16 13:52:24 2012 UTC revision 509 by nhaye, Tue Oct 16 16:50:50 2012 UTC
# Line 205  DROP TABLE avis; Line 205  DROP TABLE avis;
205  -- Ajout des droits sur l'objet consultation_encours  -- Ajout des droits sur l'objet consultation_encours
206  --  --
207    
 INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'consultation_encours', 2);  
208    
209  INSERT INTO om_widget VALUES (1, 1, 'Retours de consultations', '../scr/tab.php?obj=consultation_encours', '<script type=''text/javascript''>  INSERT INTO om_widget VALUES (1, 1, 'Retours de consultations', '../scr/tab.php?obj=consultation_mes_retours', '<script type=''text/javascript''>
210      $.ajax({      $.ajax({
211          type: ''GET'',          type: ''GET'',
212         url:''../app/get_num_consult.php'',         url:''../app/get_num_consult.php'',
# Line 228  INSERT INTO om_droit VALUES (nextval('om Line 227  INSERT INTO om_droit VALUES (nextval('om
227  INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'lien_service_service_categorie', '4');  INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'lien_service_service_categorie', '4');
228    
229  ALTER TABLE consultation ALTER service SET NOT NULL;  ALTER TABLE consultation ALTER service SET NOT NULL;
230    ALTER TABLE dossier ADD COLUMN enjeu boolean;
231    INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'consultation_mes_retours', 4);
232    INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'consultation_tous_retours', 4);

Legend:
Removed from v.508  
changed lines
  Added in v.509

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26