Ryan

Results 3 comments of Ryan

bump, any reason this can't go in?

It doesn't add the columns to the new schema, since it thinks they already exist. I was able to resolve my issue by removing the `schema-v1`. But it wasn't immediately...

Looks like there is a `table_schema` key that you can check against, so something like `if (!tableColumns[type].some(row => row.column_name === field && row.table_schema === currentSchema)`