12 lines
251 B
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;
|