Isaac Janzen 075a508e52
FIX: Special attributes not working (#232)
# Context
Data explorer gives you the ability to use special attributes such as 👇 

> SELECT TIMESTAMP 'yesterday' as reltime$time

# Problem
During the upgrade to ember octane these were neglected and did not work. This PR updates them to working condition.

# Additional
- Drop unused action of `saveDefaults`
2023-03-10 11:41:59 -06:00
2023-02-21 17:12:04 +01:00
2020-09-04 13:23:11 +02:00
2021-07-02 10:31:16 +02:00
2022-02-21 20:59:32 +01:00

Data Explorer Plugin

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566

Description
SQL Queries for admins in Discourse
Readme MIT 3.5 MiB
Languages
Ruby 56.4%
JavaScript 33.9%
Handlebars 7%
SCSS 2.7%