mitre-cyber-academy/ctf-scoreboard

Remove design_phase_challenge flag from challenge and flag

Closed this issue · 1 comments

Currently the following columns still exist on the database even though they are unused (I had to leave them in order to successfully migrate the embedded CTF scoreboard data). They should be removed:

remove_column :challenges, :design_phase
remove_column :flags, :design_phase

Should be removed as of PR #474