Skip to content

Commit 9b09c85

Browse files
committed
start collecting stats about opening of whiteboards
1 parent ccb307a commit 9b09c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/database/postgres/stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ FROM ext_count
103103
WHERE ext IN ('sagews', 'ipynb', 'tex', 'rtex', 'rnw', 'x11',
104104
'rmd', 'txt', 'py', 'md', 'sage', 'term', 'rst', 'lean',
105105
'png', 'svg', 'jpeg', 'jpg', 'pdf', 'jl', 'm',
106-
'tasks', 'course', 'sage-chat', 'chat')
106+
'tasks', 'course', 'sage-chat', 'chat', 'board')
107107
ORDER BY ext
108108
`;
109109

0 commit comments

Comments
 (0)