You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DbProxy - Clarify internal table filtering in schema export (#2856)
refactor(db-proxy): clarify internal table filtering in schema export
Replace opaque SQL LIKE patterns with named TypeScript predicates that
explicitly document which tables are excluded (sqlite_*, _cf_* DO KV
backing tables, __drizzle_migrations).
0 commit comments