From 343350e3022cec154a6585ada10b5bb79166e5c5 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 19:34:59 +0800 Subject: [PATCH] . --- storage_v1.19.1/migrations/tenant/0002-storage-schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/storage_v1.19.1/migrations/tenant/0002-storage-schema.sql b/storage_v1.19.1/migrations/tenant/0002-storage-schema.sql index b4cd1cb..0727dda 100644 --- a/storage_v1.19.1/migrations/tenant/0002-storage-schema.sql +++ b/storage_v1.19.1/migrations/tenant/0002-storage-schema.sql @@ -67,6 +67,7 @@ CREATE TABLE IF NOT EXISTS storage.buckets ( id text NOT NULL, name text NOT NULL, owner uuid, + public boolean NOT NULL DEFAULT false, created_at timestamptz DEFAULT now(), updated_at timestamptz DEFAULT now(), PRIMARY KEY (id)