3 lines
92 B
SQL
3 lines
92 B
SQL
-- AlterTable
|
|
ALTER TABLE "public"."organizations" ALTER COLUMN "onboarding" DROP NOT NULL;
|