get-convex / get-convex/migrations
Allow to take arguments
Open
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 10
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 2
Description
Migrations are helpful once there is thousands of documents in any table. For a job like "delete all documents before date x", it's nice to be able to configure this when running the migration, instead of hardcoding `x` into the migration code.
Should be trivial to implement, and validators could be used to check the argument shape.
Contributor guide
Assessment
This issue has not been assessed yet.