mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-29 02:41:34 +00:00
Nutomic
54c65e7474
* Move files into subfolders * Implement comments for articles (fixes #10) * wip * backend mostly done * tests wip * test working * wip federation * partial federation * comment federation working! * federation and tests working with delete * wip frontend * basic comment rendering * various * wip comment tree rendering * all working * update rust * comment markdown * only one comment editor at a time * display comment creation time * fedilink * live handling of delete/restore * comment editing
12 lines
434 B
SQL
12 lines
434 B
SQL
DROP TABLE instance_stats;
|
|
|
|
DROP TRIGGER instance_stats_local_user_insert ON local_user;
|
|
|
|
DROP TRIGGER instance_stats_local_user_delete ON local_user;
|
|
|
|
DROP TRIGGER instance_stats_article_insert ON article;
|
|
|
|
DROP TRIGGER instance_stats_article_delete ON article;
|
|
|
|
DROP FUNCTION instance_stats_local_user_insert, instance_stats_local_user_delete, instance_stats_article_insert, instance_stats_article_delete, instance_stats_activity;
|
|
|