mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-18 04:34:22 +01:00
* Only add `teams.team_captain_id` foreign key if the db backend isn't SQLite. SQLite does not support ALTER for the manipulation of columns/constraints. * Closes #1041