3 lines
85 B
SQL
3 lines
85 B
SQL
-- AlterTable
|
|
ALTER TABLE "controller_sessions" ALTER COLUMN "rating" DROP NOT NULL;
|
-- AlterTable
|
|
ALTER TABLE "controller_sessions" ALTER COLUMN "rating" DROP NOT NULL;
|