I have a MySql database and I need to drop a forei...
# squarelibraries
m
I have a MySql database and I need to drop a foreign key due to me migrating the data to another location, but SqlDelight does not seem to support dropping foreign keys even though the queries I made work regularly. I've attached a image of the error I am getting. What do you suggest? I've thought about running a string database query through the driver, not sure if that is maintainable, or if that will cause weird issues with SQLDelight. We are on 1.5, we cannot upgrade to 2.0.0 yet due to other reasons.
h
Sounds like a bug. Can you create an issue, please?
m