drizzle-kit generate doesn't run custom sql
In addition to my
However when I run
Here's my drizzle.config.ts
schema.ts file to define tables, I also have functions_and_triggers.ts to create functions and triggers for SupabaseHowever when I run
drizzle-kit generate it only runs the table creation and not the other fileHere's my drizzle.config.ts