hydra/src/sql/upgrade-27.sql
Eelco Dolstra affec8881d Remove support for views
They're replaced by aggregates, which are declarative, faster, and
have a better interface.
2014-04-23 23:22:44 +02:00

3 lines
39 B
SQL

drop table ViewJobs;
drop table Views;