hermes/api/prisma/migrations/20240421210417_fix_remove_destip/migration.sql
2024-04-28 14:23:13 -04:00

8 lines
197 B
SQL

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