mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Multiple form validation fixes
This commit is contained in:
parent
20dd61881c
commit
0e6e08beb2
5 changed files with 55 additions and 55 deletions
|
|
@ -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`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue