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
'You have exceeded your storage limit.\nUpload will fail, but you can still download your data.\nMAU and bandwidth limits are not exceeded.\nIn order to upload your plan, please upgrade your plan here: https://console.capgo.app/settings/plans.',
37
+
'fatal',
38
+
true
39
+
));
40
+
END IF;
41
+
42
+
RETURN messages;
43
+
END;
44
+
$$;
45
+
46
+
ALTERFUNCTION"public"."get_organization_cli_warnings"("orgid" uuid, "cli_version"text) OWNER TO "postgres";
47
+
REVOKE ALL ON FUNCTION "public"."get_organization_cli_warnings"("orgid" uuid, "cli_version"text) FROM PUBLIC;
48
+
GRANT ALL ON FUNCTION "public"."get_organization_cli_warnings"("orgid" uuid, "cli_version"text) TO "anon";
49
+
GRANT ALL ON FUNCTION "public"."get_organization_cli_warnings"("orgid" uuid, "cli_version"text) TO "authenticated";
50
+
GRANT ALL ON FUNCTION "public"."get_organization_cli_warnings"("orgid" uuid, "cli_version"text) TO "service_role";
0 commit comments