I figured it out. Some reason when pressing update via the wp-admin backend did not update the database as it should.
I had to run the following command via wp cli
wp wc update
The database was staying on Database version is 4.5.0, and after I ran the command, it updated it to Database version is 4.8.0.