CTFd/migrations
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
..
versions Only add team_captain_id foreign key if the db backend isn't SQLite (#1048) 2019-07-03 00:04:50 -04:00
1_2_0_upgrade_2_0_0.py Fix wrong column name in upgrade script (#764) 2018-11-29 20:05:33 -05:00
README Marking 1.0.0 (#196) 2017-01-24 23:06:16 -05:00
alembic.ini Marking 1.0.0 (#196) 2017-01-24 23:06:16 -05:00
env.py Adopting a challenge type layout from deckar01 (#399) 2017-10-05 21:39:28 -04:00
script.py.mako Marking 1.0.0 (#196) 2017-01-24 23:06:16 -05:00

README

Generic single-database configuration.