Filtering out tables during introspection
I'm using Planetscale, and they automatically create
_vrepl
tables in my database. Is there a way to filter out tables ending in _vrepl
during drizzle-kit pull
?1 Reply
Solved using:
tablesFilter: ["!*_vrepl"]