dash-registratori/prisma/migrations/20251111164927_008/migration.sql

11 lines
372 B
MySQL
Raw Normal View History

2025-11-11 16:56:56 +00:00
/*
Warnings:
- Made the column `lat` on table `Cliente` required. This step will fail if there are existing NULL values in that column.
- Made the column `lon` on table `Cliente` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "Cliente" ALTER COLUMN "lat" SET NOT NULL,
ALTER COLUMN "lon" SET NOT NULL;