diff --git a/prisma/migrations/20220910135140_removed_currency_and_view_mode_from_user/migration.sql b/prisma/migrations/20220910135140_removed_currency_and_view_mode_from_user/migration.sql new file mode 100644 index 000000000..60da96357 --- /dev/null +++ b/prisma/migrations/20220910135140_removed_currency_and_view_mode_from_user/migration.sql @@ -0,0 +1,3 @@ +-- AlterTable +ALTER TABLE "Settings" DROP COLUMN "currency", +DROP COLUMN "viewMode";