Hello, I'm getting this error in Supabase Storage ...
# help
z
Hello, I'm getting this error in Supabase Storage and I'm not able to create a bucket
Copy code
column buckets.public does not exist
k
have you changed anything in the
storage
schema by yourself? If not, it sounds like a bug
my storage.buckets has a
public     boolean default false
column
z
okay
wait let me check
I have not
Looks like I don't
should I just add the column?
k
what data do you have in storage.migrations? I see an
add-public-to-buckets
migration there.
Adding the column would be a workaround for now, but I'd still fill an issue on https://github.com/supabase/supabase (or even mail support, if on a paid plan)
z
okay
thanks
I'll do this