3 lines
85 B
SQL
3 lines
85 B
SQL
-- AlterTable
|
|
ALTER TABLE "Report" ALTER COLUMN "reportedUserRole" SET DEFAULT 'KP';
|
-- AlterTable
|
|
ALTER TABLE "Report" ALTER COLUMN "reportedUserRole" SET DEFAULT 'KP';
|