mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
9 lines
259 B
SQL
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";
|