Notes |
|
|
I support this, I just hope it doesn't turn into a e-peen contest like Skulltag's reputation points did. |
|
|
|
Will test this out on my local/test forums when I get the time. |
|
|
|
Gives me the following:
SQL Error:
42601 - ERROR: syntax error at or near "unsigned" LINE 2: tlid int unsigned NOT NULL auto_increment, ^
Query:
CREATE TABLE fork_g33k_thankyoulike_thankyoulike ( tlid int unsigned NOT NULL auto_increment, pid int unsigned NOT NULL default '0', uid int unsigned NOT NULL default '0', puid int unsigned NOT NULL default '0', dateline bigint(30) NOT NULL default '0', KEY pid (pid, uid), PRIMARY KEY (tlid) ) ENGINE=MyISAM ; |
|
|
(0007626)
|
Blzut3
|
2013-11-28 05:44
|
|
If the issue is just in creating tables, that's a fairly easy to solve problem. Just use phppgadmin to create the tables manually and then delete the commands from the installer. The actual data manipulation commands are of more concern. |
|
|
|
Sorry for the bump, but since it's been assigned for over a year now... Any progress? |
|