51a047b60c
Reintroduces the migration removed in `cdfc5d4`, and fixes it to work with `query_groups`. Since the code is fairly complex, I moved into a rake task so it can be tested and make sure it works. |
||
---|---|---|
.github/workflows | ||
app | ||
assets | ||
config | ||
db/migrate | ||
lib | ||
spec | ||
.eslintrc | ||
.gitignore | ||
.jshintrc | ||
.rubocop.yml | ||
.template-lintrc.js | ||
.travis.yml | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
README.md | ||
package.json | ||
plugin.rb | ||
translator.yml | ||
yarn.lock |
README.md
discourse-data-explorer
This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.
Details at: https://meta.discourse.org/t/data-explorer-plugin/32566