Prevent database synchronization issues by ignoring specific tables
Configure Drizzle to exclude the `user_sessions` table from schema introspection.
This commit is contained in:
@@ -11,4 +11,5 @@ export default defineConfig({
|
||||
dbCredentials: {
|
||||
url: process.env.DATABASE_URL,
|
||||
},
|
||||
tablesFilter: ["!user_sessions"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user