Add migration scripts for club management procedures and triggers #76

Merged
charlie merged 38 commits from feature/club-routes into master 2026-04-05 22:21:09 +00:00
Member
No description provided.
yara added 33 commits 2026-04-02 12:55:40 +00:00
charlie requested changes 2026-04-05 22:07:26 +00:00
Dismissed
charlie left a comment

pls fix 537

pls fix 537
@ -0,0 +12,4 @@
inner join
club_status as s on s.statusid = c.cstatus
left join users as u on u.userid=c.coachid
where
Owner

where clause should be removed

where clause should be removed
charlie requested changes 2026-04-05 22:13:18 +00:00
Dismissed
@ -0,0 +11,4 @@
clubs as c
inner join
club_status as s on s.statusid = c.cstatus
left join users as u on u.userid=c.coachid
Owner

terminate this line with a semicolon pls;

terminate this line with a semicolon pls;
charlie approved these changes 2026-04-05 22:20:59 +00:00
charlie left a comment

LGTM

LGTM
charlie merged commit 2c18571426 into master 2026-04-05 22:21:09 +00:00
charlie deleted branch feature/club-routes 2026-04-05 22:21:09 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ULFSII/phoenix_db!76
No description provided.