Remove support for views

They're replaced by aggregates, which are declarative, faster, and
have a better interface.
This commit is contained in:
Eelco Dolstra
2014-04-23 23:21:06 +02:00
parent 5e0d10a392
commit affec8881d
11 changed files with 4 additions and 907 deletions

2
src/sql/upgrade-27.sql Normal file
View File

@@ -0,0 +1,2 @@
drop table ViewJobs;
drop table Views;