Multiple form validation fixes

This commit is contained in:
Jorge Vargas 2025-03-10 22:22:52 -06:00
parent 20dd61881c
commit 0e6e08beb2
5 changed files with 55 additions and 55 deletions

View file

@ -0,0 +1,10 @@
/*
Warnings:
- You are about to drop the column `createdAt` on the `links` table. All the data in the column will be lost.
- You are about to drop the column `updatedAt` on the `links` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `links` DROP COLUMN `createdAt`,
DROP COLUMN `updatedAt`;