Opened 7 years ago

Closed 7 years ago

#1413795 closed Bugs (Fixed)

CVS HEAD missing column 'messages:created'

Reported by: ryandlugosz Owned by: roundcube
Priority: 5 Milestone:
Component: Database Version: 0.1-alpha
Severity: Keywords:
Cc:

Description

Updated from HEAD today, loading messages gives SQL
errors.  Need to add a column "created" to the
"messages" table.  Doesn't seem to be listed in the
mysql.update.sql either.  Here's a line to fix it:

ALTER TABLE `messages` ADD `created` DATETIME NOT NULL
AFTER `cache_key`;

Change History (3)

comment:1 Changed 7 years ago by woodsb02

Logged In: YES 
user_id=1435013

I had the same problem and this fixed it straight up!

comment:2 Changed 7 years ago by roundcube

Logged In: YES 
user_id=1262041

Sorry, forgot to update the mysql.update.sql file.

comment:3 Changed 7 years ago by roundcube

  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.