lasthourcloud/apps/api/prisma/migrations/20220722203927_ipaddress/migration.sql

4 lines
106 B
MySQL
Raw Normal View History

2022-07-22 20:48:04 +00:00
-- AlterTable
ALTER TABLE "Setting" ADD COLUMN "ipv4" TEXT;
ALTER TABLE "Setting" ADD COLUMN "ipv6" TEXT;