Closed Keanu73 closed 5 years ago
@thecsw how are tests going?
@thecsw it has almost been 2 months now lol, hope you're enjoying your summer break but I'm curious as to whether this will ever be merged at all
This code is in the process of being discontinued. Because of that, they PR proposal is rejected. Thank you.
I added the rank of the firm in terms of net worth to the endpoints, and I also linted the Go API and changed a few tidbits.
You'll need to run this SQL script to propagate the changes I've done, changing
rank
tolevel
as it kinda confused me at first.ALTER TABLE firms CHANGE COLUMN rank level INT(11) NOT NULL;