2 lines
90 B
SQL
2 lines
90 B
SQL
ALTER TABLE /*$wgDBprefix*/page
|
|
ADD page_links_updated varbinary(14) NULL default NULL;
|