mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
120 B
SQL
4 lines
120 B
SQL
CREATE TABLE /*$wgDBprefix*/updatelog (
|
|
ul_key varchar(255) NOT NULL,
|
|
PRIMARY KEY (ul_key)
|
|
) /*$wgDBTableOptions*/;
|