Add migration scripts for club management procedures and triggers #76
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/club-routes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pls fix 537
@ -0,0 +12,4 @@inner joinclub_status as s on s.statusid = c.cstatusleft join users as u on u.userid=c.coachidwherewhere clause should be removed
@ -0,0 +11,4 @@clubs as cinner joinclub_status as s on s.statusid = c.cstatusleft join users as u on u.userid=c.coachidterminate this line with a semicolon pls;
LGTM