forked from rDrama/rDrama
1
0
Fork 0
rDrama/files
atrc445 f14eda2f7a add comment count column to submissions
ALTER TABLE submissions add column comment_count integer default 0;
update submissions set comment_count=(select count(id) from comments where parent_submission=submissions.id);
2021-08-22 13:31:01 +02:00
..
classes add comment count column to submissions 2021-08-22 13:31:01 +02:00
helpers fix emojis 2021-08-21 23:16:37 +02:00
mail sex 2021-08-11 17:15:51 +02:00
routes add comment count column to submissions 2021-08-22 13:31:01 +02:00
static fddf 2021-08-04 17:35:10 +02:00
templates dffd 2021-08-22 10:00:15 +02:00
__main__.py create const.py 2021-08-21 13:06:28 +02:00