sequelize-auto-migrations icon indicating copy to clipboard operation
sequelize-auto-migrations copied to clipboard

addColumn/removeColumn do not support schemas other than public

Open davidtai opened this issue 7 years ago • 0 comments

My model is under a different schema than 'public' but that metadata isn't being saved in the migration so running the migration fails.

Executing (default): ALTER TABLE "public"."table" DROP COLUMN "column"

davidtai avatar Mar 13 '19 21:03 davidtai