harmony: fix alter sector_location

This commit is contained in:
Łukasz Magiera 2023-12-01 23:12:53 +01:00
parent 6a4fff3ab6
commit c113dda590

View File

@ -13,10 +13,10 @@ create table sector_location
primary key (miner_id, sector_num, sector_filetype, storage_id)
);
alter table lotus.sector_location
alter table sector_location
alter column read_refs set not null;
alter table lotus.sector_location
alter table sector_location
alter column read_refs set default 0;
create table storage_path