storj/storage/postgreskv/schema/2020011301_drop_not_null.up.sql

3 lines
116 B
MySQL
Raw Normal View History

alter table pathdata alter column bucket set default '';
alter table pathdata drop constraint pathdata_bucket_fkey;