here the new log
timestamp: 2013-07-11T11:46:35.319760
CREATE TABLE t_docs(
id INT AUTO_INCREMENT NOT NULL,
f_trab_ref INT, INDEX f_trab_ref__idx (f_trab_ref), FOREIGN KEY
(f_trab_ref) REFERENCES trabalhador (id) ON DELETE CASCADE,
f_titulo VARCHAR(512),
f_doc VARCHAR(512),
PRIMARY KEY(id)
) ENGINE=InnoDB CHARACTER SET utf8;
2013/7/11 António Ramos <[email protected]>
> Il try that.
> Thank you Niphold for your time, as always :)
>
> Best regards
> António
>
>
> 2013/7/11 Niphlod <[email protected]>
>
>> as you can see it holds all the commands issued to the database. It will
>> be more helpful if you move databases/sql.log to sql.log.bak and let web2py
>> recreate to see what commands are indeed failing. your current one shows
>> ALL the history including the creation of the tables in your previous dbs.
>>
>> --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.