How to create seed data on fly.io postgres instance
I created a new fly io launch and want to create same set of seed data which I do locally using
wasp db seed on fly.io's postgres instance. How can I achieve it ?