Migration from slack-bolt-sequelize installation store?
Thanks for making this package, it's super helpful and exactly what I'm after!
I'm in the process of migrating my Slack bot from a standard Bolt app to using this package. The old app uses slack-bolt-sequelize (there's dozens of us!) with a PostgreSQL database. I'd like to migrate the data to use Workers KV, as detailed in the docs here. Would you happen to have written anything to assist with that migration?
Sorry for my slow response, so you might already have done the migration. The installation data store this package provides is a relatively simple one. You can write a script to export existing installation data in PostgreSQL database as Installation type compatible JSON data. Then, uploading those data into KV should work.