diff options
author | James Meyer <james.meyer@operamail.com> | 2010-01-31 00:55:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-01-31 00:55:10 (GMT) |
commit | fae1b1d479a6d6414849141fc62fdb126f4e5031 (patch) | |
tree | 0901d4b5d7c070f076863ac16b62728d45993959 /abs/core-testing/mythdb-initial/custom.sql | |
parent | 6ce5f7daf1ab8a3ba4b792e50c34f59b8af94304 (diff) | |
download | linhes_pkgbuild-fae1b1d479a6d6414849141fc62fdb126f4e5031.zip linhes_pkgbuild-fae1b1d479a6d6414849141fc62fdb126f4e5031.tar.gz linhes_pkgbuild-fae1b1d479a6d6414849141fc62fdb126f4e5031.tar.bz2 |
mythdb-initial: add custom.sql
-: add mythsmolt jumppoint to custom.sql
Diffstat (limited to 'abs/core-testing/mythdb-initial/custom.sql')
-rw-r--r-- | abs/core-testing/mythdb-initial/custom.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/mythdb-initial/custom.sql b/abs/core-testing/mythdb-initial/custom.sql new file mode 100644 index 0000000..1033a9e --- /dev/null +++ b/abs/core-testing/mythdb-initial/custom.sql @@ -0,0 +1,3 @@ +INSERT INTO `jumppoints` (`destination`, `description`,`keylist`,`hostname`) VALUES +('MythSmolt','Hardware profiler','Ctrl+Alt+p','larch5') + |