migration.sql 209 B

123456789
  1. /*
  2. Warnings:
  3. - You are about to drop the column `logActivityId` on the `user_areas` table. All the data in the column will be lost.
  4. */
  5. -- AlterTable
  6. ALTER TABLE "user_areas" DROP COLUMN "logActivityId";