CTFd/migrations/versions
Kevin Chung 8b3bb92c9d
Only add team_captain_id foreign key if the db backend isn't SQLite (#1048)
* 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
2019-07-03 00:04:50 -04:00
..
4e4d5a9ea000_add_type_to_awards.py 2.1.0 (#957) 2019-04-17 01:36:30 -04:00
8369118943a1_initial_revision.py 2.1.0 (#957) 2019-04-17 01:36:30 -04:00
b295b033364d_add_ondelete_cascade_to_foreign_keys.py Adds ondelete='CASCADE' to some models. (#979) 2019-05-04 02:08:26 -04:00
b5551cd26764_add_captain_column_to_teams.py Only add team_captain_id foreign key if the db backend isn't SQLite (#1048) 2019-07-03 00:04:50 -04:00