kidshift-be/prisma/migrations/20240618095848_delete_linked_parent/migration.sql

9 lines
201 B
MySQL
Raw Normal View History

2024-06-18 09:59:03 +00:00
/*
Warnings:
- You are about to drop the column `linked_user_id` on the `Child` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Child" DROP COLUMN "linked_user_id";