diff --git a/migration/i2.1/postgresql/201503110943_IDEMPIERE-2440.sql b/migration/i2.1/postgresql/201503110943_IDEMPIERE-2440.sql index 33d1a93b5f..a1abe6756c 100644 --- a/migration/i2.1/postgresql/201503110943_IDEMPIERE-2440.sql +++ b/migration/i2.1/postgresql/201503110943_IDEMPIERE-2440.sql @@ -3,6 +3,8 @@ UPDATE AD_Column SET FieldLength=60,Updated=TO_TIMESTAMP('2015-03-11 09:43:16','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=200702 ; +DROP VIEW ad_sessioninfo_v; + CREATE OR REPLACE VIEW ad_sessioninfo_v AS SELECT s.ad_session_id, 0::numeric(10,0) AS ad_client_id, 0::numeric(10,0) AS ad_org_id, s.isactive, s.created, s.createdby, s.updated, s.updatedby, substr(s.websession,1,40) as websession,