Opened 17 years ago
Closed 17 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 , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 17 years ago
Milestone: | → 2.4.5 release |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
could you please check?