Opened 3 years ago

Closed 3 years ago

#1486948 closed Bugs (wontfix)

Missing field in update db file.

Reported by: after.design Owned by:
Priority: 5 Milestone: later
Component: Database Version: 0.4-stable
Severity: normal Keywords:
Cc:

Description

I was doing upgrade of some old installation of roundcube on server. I've upgraded DB (without making truncate messages table even) and i found that roundcube can't open message. In error log there was a message:

Native message: Unknown column 'structure' in 'field list'

So i've done describe message and there was no field.
Easy alter and all is working fine:

alter table messages add structure text

Change History (1)

comment:1 Changed 3 years ago by alec

  • Component changed from Addressbook to Database
  • Resolution set to wontfix
  • Status changed from new to closed

This field has been added in 0.1-beta2. Sorry this is too old for support.

Note: See TracTickets for help on using tickets.