You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATEINDEX "subscription_reference_status_idx" ON"subscription" USING btree ("reference_id","status");--> statement-breakpoint
9
+
ALTERTABLE"subscription" ADD CONSTRAINT"check_enterprise_metadata"CHECK (plan !='enterprise'OR (metadata IS NOT NULLAND (metadata->>'perSeatAllowance'IS NOT NULLOR metadata->>'totalAllowance'IS NOT NULL)));
0 commit comments