Good catch and my bad: I should have added that my Heroku app ran on a free ClearDB MySQL instance. I pulled that into an SQLite db for simplicity. The app is in a parked state where it's not doing any write ops at this point, so apart from no FTS support, this went well.
Comments
How do you persist SQLite on heroku? Isn’t all storage ephemeral?
Good catch and my bad: I should have added that my Heroku app ran on a free ClearDB MySQL instance. I pulled that into an SQLite db for simplicity. The app is in a parked state where it's not doing any write ops at this point, so apart from no FTS support, this went well.