Could someone please check this - I may be wrong but it looks like the table-prefix is needed here
This commit is contained in:
parent
a27ed4af72
commit
ba07070395
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ CREATE TABLE /*$wgDBprefix*/logging (
|
|||
|
||||
CREATE TABLE /*$wgDBprefix*/trackbacks (
|
||||
tb_id int auto_increment,
|
||||
tb_page int REFERENCES page(page_id) ON DELETE CASCADE,
|
||||
tb_page int REFERENCES /*$wgDBprefix*/page(page_id) ON DELETE CASCADE,
|
||||
tb_title varchar(255) NOT NULL,
|
||||
tb_url blob NOT NULL,
|
||||
tb_ex text,
|
||||
|
|
|
|||
Loading…
Reference in a new issue