mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
3 lines
108 B
SQL
3 lines
108 B
SQL
-- Adding ar_sha1 field
|
|
ALTER TABLE /*$wgDBprefix*/archive
|
|
ADD ar_sha1 varbinary(32) NOT NULL default '';
|