3 lines
87 B
SQL
3 lines
87 B
SQL
-- AlterTable
|
|
ALTER TABLE "UserInterestProfile" ALTER COLUMN "updatedAt" DROP DEFAULT;
|
-- AlterTable
|
|
ALTER TABLE "UserInterestProfile" ALTER COLUMN "updatedAt" DROP DEFAULT;
|