Cleanup Folder f_order column
It looks like FOLDER.f_order in the database was mislabeled as a float. It is currently being stored as an integer so we should relabel it to be FOLDER.int_order.
@bcipriano I would like to work on this issue. Could you tell me how do I get started ?
hey @YashAgrawal0
Welcome! For this ticket, you will want to look at writing a migration script that relabels the FOLDER.f_order to FOLDER.int_order. you can have a look at other migrations here.
This will also require to change any usage of the f_order to int_order in the cuebot code.
Please take a look at the getting started guide for opencue here
hey @bcipriano @larsbijl can i take this up. As i was hanging around some of the areas of code base ,apparently i found this issue can be solved easily, so can i?
oh,@YashAgrawal0 has taken this already,sorry i saw his message after sending mine own..sorry no issues
Reassigning this to finish up.