summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-10 15:20:53 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-10 15:20:53 (GMT)
commit1d951ceb5f046773f796590d88c9de8e2d6312dc (patch)
tree16641789bce2991c7e105f5df453aa63a4ee99b5 /abs/core/mythdb-initial/custom.sql
parentd64eebb234c88283a817837fa96a26587ddcfd93 (diff)
downloadlinhes_pkgbuild-1d951ceb5f046773f796590d88c9de8e2d6312dc.zip
linhes_pkgbuild-1d951ceb5f046773f796590d88c9de8e2d6312dc.tar.gz
linhes_pkgbuild-1d951ceb5f046773f796590d88c9de8e2d6312dc.tar.bz2
mythdb-initial: add the streaming storage group
refs#868
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index ee2afe3..17aeb7a 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -94,6 +94,7 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'),
('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'),
('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'),
+ ('Streaming' ,'apheleia' ,'/myth/streaming'),
('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups');