Hello all,
Let me start by saying that Tracks has saved my life and for sure enabled me to accomplish more than I ever have before in the span of a day. THANK YOU ![]()
I have been using Tracks online through Tracks.tra.in for a while now and I have wanted to have a local install of tracks that I can work with.
I am using Debian Etch4 ruby 1.8 MySQL 5.x
When I run rake db:migrate inside of the tracks folder I get a partial rake and it fails with
rake aborted!
Mysql::Error: Invalid default value for ‘created’: CREATE TABLE todos (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `context_id` int(11) NOT NULL, `project_id` int(11), `description` varchar(255) NOT NULL, `notes` text, `done` tinyint(1) DEFAULT 0 NOT NULL, `created` datetime DEFAULT ‘0000-01-01 00:00:00’, `due` date, `completed` datetime) ENGINE=InnoDB
I am not a ROR and SQL pro yet
so I am at a bit of a loss for being able to trouble shoot this error. I searched for a solution online and here I came up blank. :(
If someone could point me in the right direction that would be great.
Thank you again for such a great tool.
