@ -38,8 +38,8 @@ CREATE TABLE sphinx_timers (
chat_id BIGINT,
receiver BIGINT,
millis BIGINT,
amount DECIMAL,
ref_id BIGINT
ref_id BIGINT,
amount DECIMAL
)`)
} catch(e){console.log(e)}
addTableColumn('sphinx_chats', 'escrow_amount', 'BIGINT')
@ -51,8 +51,8 @@ CREATE TABLE sphinx_timers (
)`);
}
catch (e) {