From: Alexander Ebert Date: Fri, 31 May 2013 12:11:20 +0000 (+0200) Subject: Added SQL update X-Git-Tag: 2.0.0_Beta_2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d4f1383c220289b0e64c55fd6b30283fa153cf44;p=GitHub%2FWoltLab%2FWCF.git Added SQL update --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index d0ebf3bd8f..d9faac5a15 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -45,6 +45,7 @@ files_update.tar option.xml + update_b2.sql templates_update.tar diff --git a/com.woltlab.wcf/update_b2.sql b/com.woltlab.wcf/update_b2.sql new file mode 100644 index 0000000000..ce9be38882 --- /dev/null +++ b/com.woltlab.wcf/update_b2.sql @@ -0,0 +1 @@ +UPDATE wcf1_bbcode_media_provider SET regex = 'http://(?:www\\.)?clipfish\\.de/(?:.*?/)?video/(?\\d+)/' WHERE title = 'Clipfish'; \ No newline at end of file