do not drop 'hive.irreversible_data primary key'
PK is required because during connection to HAF database the sql_serializer is trying to insert into 'hive.irreversible_data'. The PK guarantees that only the initial insert occurs and prevents any conflicting data from being inserted.
Loading
Please sign in to comment