FIX: Ensure that all query information persists after delete/un-delete operations
https://meta.discourse.org/t/data-explorer-created-by-missing/107195
This commit is contained in:
parent
a3c9cd7363
commit
13ab013df2
|
@ -72,7 +72,7 @@ const Query = RestModel.extend({
|
|||
});
|
||||
|
||||
Query.reopenClass({
|
||||
updatePropertyNames: ["name", "description", "sql"]
|
||||
updatePropertyNames: ["name", "description", "sql", "created_by", "created_at", "last_run_at"]
|
||||
});
|
||||
|
||||
export default Query;
|
||||
|
|
Loading…
Reference in New Issue