/[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 548 by nhaye, Mon Oct 29 16:41:09 2012 UTC revision 549 by nhaye, Tue Oct 30 09:42:33 2012 UTC
# Line 322  INSERT INTO om_droit VALUES (nextval('om Line 322  INSERT INTO om_droit VALUES (nextval('om
322    
323  -- Suppression des colonnes inutiles dans la table om_utilisateur  -- Suppression des colonnes inutiles dans la table om_utilisateur
324  ALTER TABLE om_utilisateur DROP instructeur;  ALTER TABLE om_utilisateur DROP instructeur;
 ALTER TABLE om_utilisateur DROP telephone;  
325    ALTER TABLE om_utilisateur DROP telephone;
326    
327    -- Ajout des droits sur lien_service_om_utilisateur
328    INSERT INTO om_droit VALUES (nextval('om_droit_seq'),'lien_service_om_utilisateur', '2');

Legend:
Removed from v.548  
changed lines
  Added in v.549

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26