feature #3: create stats tables

This commit is contained in:
2019-07-25 22:30:24 +02:00
parent 899bae4a1d
commit 0f42d985c5
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
-- Stats
drop table if exists resource_view;
-- Extra resources
drop table if exists follow_article;
drop table if exists follow_constitution;