moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Increase Flag Description field from 1024 to 4096 #584

Closed PJNorrisS1 closed 11 months ago

PJNorrisS1 commented 11 months ago

I'm finding the Flag Description field is truncating my flags. Is it possible to increase from VARCHAR(1024) to VARCHAR(4096)?

Thanks

eljeffeg commented 11 months ago

Yeah, no problem https://github.com/moloch--/RootTheBox/commit/286d709002b86d3660a6a7a908172f65daa10387

PJNorrisS1 commented 11 months ago

Fantastic! Thank you