1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/oracle/archives/patch-fa_sha1.sql

5 lines
174 B
SQL

define mw_prefix='{$wgDBprefix}';
ALTER TABLE &mw_prefix.filearchive ADD fa_sha1 VARCHAR2(32);
CREATE INDEX &mw_prefix.filearchive_i05 ON &mw_prefix.filearchive (fa_sha1);