diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 03:51:58 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 17:15:41 +0800 |
commit | a1617ebaeb256b3d359cc9fe389b8001235100c2 (patch) | |
tree | 4d7bcaf69b2987b333e52b072c08f4cb8230641e /mywatch.cabal | |
parent | 54f6dfb100d5ad817898d3f7cb13028b91bdecaf (diff) | |
download | mywatch-a1617ebaeb256b3d359cc9fe389b8001235100c2.tar.gz |
Allow killing queries
Diffstat (limited to 'mywatch.cabal')
-rw-r--r-- | mywatch.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mywatch.cabal b/mywatch.cabal index c6c895f..48220d5 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,8 +1,9 @@ name: mywatch version: 0.1.2 -synopsis: View MySQL processes +synopsis: Web application to view and kill MySQL queries description: - View queries on multiple MySQL servers. Designed to work behind Sproxy. + View and kill queries on multiple MySQL servers. + Designed to work behind Sproxy. license: MIT license-file: LICENSE author: Igor Pashev <pashev.igor@gmail.com> @@ -20,6 +21,9 @@ data-files: static/mywatch.css static/mywatch.js +extra-source-files: + sql/*.sql + source-repository head type: git location: https://github.com/zalora/mywatch.git |