ioBanana + precheck probs
ok my pretime Db has some different tables
iobanana needs:
Name, type, timestamp but my db (not owned by me) has
Title , section , time
is there a way to change the iobanana name, type etc?
now i get this error:
200-pretime 4: Error: Unknown column 'name' in 'where clause'
because iobanana had this table
# CREATE TABLE pretimes (
# name varchar(255) NOT NULL default '',
# type varchar(9) NOT NULL default '',
# timestamp int(11) NOT NULL default '0',
# UNIQUE KEY name (name)
# );
and my predb has
| title | varchar(200) | YES | | NULL | |
| time | varchar(20) | YES | | NULL | |
| bot | varchar(30) | YES | | NULL | |
| section | varchar(20) | | | unknown | |
so can i change iobanana?
thanks in advance
GReeToZ
|