Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove database prompt banner #40648

Merged
merged 10 commits into from
Mar 27, 2024
Prev Previous commit
Next Next commit
update jsonschema properly
  • Loading branch information
rafpaf committed Mar 27, 2024
commit f74dfed6f9df6650bf3f853ba919c0c183d21909
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"vendor": "com.metabase",
"name": "account",
"format": "jsonschema",
"version": "1-0-1"
"version": "1-0-2"
},
"type": "object",
"properties": {
Expand All @@ -15,7 +15,6 @@
"enum": [
"new_user_created",
"new_instance_created",
"db_connection_banner_click"
],
"maxLength": 1024
},
Expand Down
Loading