Skip to content

Commit 0f4594e

Browse files
authored
Have the Clear Server Cache button clear the cdm_cache and achilles_cache tables (#2980)
Fixes #2847
1 parent 2ef78e1 commit 0f4594e

File tree

4 files changed

+229
-97
lines changed

4 files changed

+229
-97
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = crlf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = false
13+
quote_type = single

0 commit comments

Comments
 (0)