summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/remove_php_mythvideo.sh
blob: 532075680c5e0f0fd6966828ba26df559a451790 (plain)
1
2
3
4
5
6
#!/bin/bash

mysql mythconverg <<EOF
delete from videotypes where extension='php';
insert into videotypes(extension,f_ignore) values('php','1');
EOF