Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: Update from 1.11 to 2.0: 1146 table missing

$
0
0
I created the table by hand.

CREATE TABLE piwik_logger_message (idlogger_message INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,PRIMARY KEY(idlogger_message))


After that i restart the upgrade process and he show me a similar message, there was no timestamp filed and then i created a new timestamp field and it works now for me with this statemant:

ALTER TABLE  `piwik_logger_message` ADD  `timestamp` TIMESTAMP NOT NULL ;


i hope i could help you!

Viewing all articles
Browse latest Browse all 13117

Trending Articles