#5: Progress, but nothing working yet

This commit is contained in:
simon 2017-04-15 11:57:17 +01:00
parent 95507002c7
commit d534302fd8
9 changed files with 148 additions and 12 deletions

View file

@ -0,0 +1,11 @@
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;