From c113dda59042fb208358f225ee9251af28840eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Fri, 1 Dec 2023 23:12:53 +0100 Subject: [PATCH] harmony: fix alter sector_location --- lib/harmony/harmonydb/sql/20230712.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/harmony/harmonydb/sql/20230712.sql b/lib/harmony/harmonydb/sql/20230712.sql index 168289f09..750884c8c 100644 --- a/lib/harmony/harmonydb/sql/20230712.sql +++ b/lib/harmony/harmonydb/sql/20230712.sql @@ -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