Ignore unrelated indices
How do I make sure that drizzle doesn't delete some indices that I made separately?
To be more specific, I created full text search indices using ParadeDB, which uses pg_search. Every time I do drizzlekit push, it deletes those indices and I have to recreate them. Is there a way to let drizzle know to ignore indices and tables/views based on some rule?
0 Replies