diff options
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index 1033a9e..ccb40e4 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -1,3 +1,9 @@ +-- +DELETE FROM `settings` where `value`='HostMyhostname'; +-- +INSERT INTO `settings` (`value`,`data`,`hostname`) VALUES ('HostMyhostname','type_hostname_here','larch5'); +-- INSERT INTO `jumppoints` (`destination`, `description`,`keylist`,`hostname`) VALUES ('MythSmolt','Hardware profiler','Ctrl+Alt+p','larch5') + |