From 5b3c8030f93f039cb8976d3d88b9867c0d790c40 Mon Sep 17 00:00:00 2001 From: Viswas Date: Wed, 27 Nov 2024 20:21:41 +0530 Subject: [PATCH] fix: show dynamics in landing page for all orgs --- scripts/sql/004-show-bc-for-all-orgs.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/sql/004-show-bc-for-all-orgs.sql diff --git a/scripts/sql/004-show-bc-for-all-orgs.sql b/scripts/sql/004-show-bc-for-all-orgs.sql new file mode 100644 index 0000000..f4e2f5a --- /dev/null +++ b/scripts/sql/004-show-bc-for-all-orgs.sql @@ -0,0 +1,5 @@ +rollback; +begin; + +-- count: 309 +update orgs set allow_dynamics='t' where allow_dynamics='f'; \ No newline at end of file