Files
drop/prisma/migrations/20250507223112_remove_authentication_option_from_applicationsettings/migration.sql
2025-05-08 15:29:50 +10:00

9 lines
259 B
SQL

/*
Warnings:
- You are about to drop the column `enabledAuthencationMechanisms` on the `ApplicationSettings` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "ApplicationSettings" DROP COLUMN "enabledAuthencationMechanisms";