- πΊπΈUnited States nicxvan
There is a question on the parent issue that I think needs resolving first actually.
For future self when updating IS.
I don't think this is an api change, the test failed cause previously it called install schema, which we no longer need to do because this creates the table on the fly.The issue is the test called db connection directly to check for existence, but since install schema no longer is called the table doesn't exist.
All I did was add a call that would trigger the db table creation which is performs the same function as the schema call used to serve.
- πΊπΈUnited States smustgrave
Can the issue summary be complete with full template please.
Seems almost like an API change and since the tests broke and had to be updated possible cold break contrib tests now too.
- πΊπΈUnited States nicxvan
I rebased this, I also added the uninstall hook to remove the db too.
- First commit to issue fork.