refactor(datamart): added public access

This commit is contained in:
2026-01-26 06:27:23 -06:00
parent ba4635a7a7
commit 152f7042c9
4 changed files with 838 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "datamart" ADD COLUMN "public_access" boolean DEFAULT false;