Jinho KimJ
Convex Communityβ€’2y agoβ€’
3 replies
Jinho Kim

migration with convex-ents

How can i migrate with convex-ents? If i write a schema like the following, i get error by difference with EntDefinition types. Is it compatible between migration helpers and convex-ents?

const schema = defineEntSchema(
  {
    migration: migrationsTable,
    ...
   }
Was this page helpful?