Opened 16 years ago

Closed 16 years ago

#168 closed defect (fixed)

new database-field 'e_title' not in 'update_postgresql_db.sql'

Reported by: FrankJaeger Owned by: astrid_emde
Priority: trivial Milestone: 2.4.5 release
Component: database Version: 2.4.4
Keywords: e_title, PostgreSQL Cc:

Description

After updating Mapbender to 2.4.4 the Admin-Function "copy gui" fails: ERROR: column "e_title" does not exist in .../http/php/database-pgsql.php on line 133

Reason: In /resources/db/update/update_postgresql_db.sql this change is missing.

Run this SQL in Database: ALTER TABLE gui_element ADD COLUMN e_title character varying(255);

Change History (3)

comment:1 by christoph, 16 years ago

Owner: changed from mapbender_dev@… to astrid_emde

could you please check?

comment:2 by christoph, 16 years ago

Milestone: 2.4.5 release

comment:3 by christoph, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.