Jinho Kim
Jinho Kim
CCConvex Community
Created by Jinho Kim on 4/28/2024 in #support-community
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,
...
}
const schema = defineEntSchema(
{
migration: migrationsTable,
...
}
4 replies
CCConvex Community
Created by Jinho Kim on 3/28/2024 in #support-community
How can I use timeout in mutation?
No description
9 replies