youyesyet/resources/migrations/20170415102900-core-views.down.sql

12 lines
251 B
SQL

drop view if exists roles_by_canvasser;
drop view if exists teams_by_canvasser;
drop view if exists canvassers_by_team;
drop view if exists canvassers_by_introducer;
drop view if exists teams_by_organiser;
drop view if exists organisers_by_team;