
jake at vapourforge
Jan 15, 2009, 6:30 PM
Post #3 of 4
(367 views)
Permalink
|
Paul J Stevens wrote: > Jake Anderson wrote: > > >> It seems that the create_tables.mysql only has 2.3.4 in it because i >> needed to run the 2.3.4>.5 sql to get dbmail to run. >> So you might want to update that. >> > > What are you talking about? The create script is uptodate. > I was using the debs, apt-get updated from 2.3.4 the create tables.mysql doesn't have these changes in it. ALTER TABLE dbmail_mailboxes ADD seq bigint DEFAULT 0 NOT NULL; ALTER TABLE dbmail_mailboxes ADD KEY seq (seq); ALTER TABLE dbmail_mailboxes DROP mtime; ALTER TABLE dbmail_users MODIFY COLUMN passwd VARCHAR(130) NOT NULL; Unless its an artefact from updating, but I thought the doc/examples folder would be updated as well. other than that it all seems to be working well.
|