Browse Source

ref_id

hosting-provider
Evan Feenstra 5 years ago
parent
commit
0c1e64dee8
  1. 2
      api/utils/setup.ts
  2. 2
      dist/api/utils/setup.js

2
api/utils/setup.ts

@ -39,7 +39,7 @@ CREATE TABLE sphinx_timers (
receiver BIGINT,
millis BIGINT,
amount DECIMAL,
ref BIGINT
ref_id BIGINT
)`)
} catch(e){console.log(e)}
addTableColumn('sphinx_chats', 'escrow_amount', 'BIGINT')

2
dist/api/utils/setup.js

@ -52,7 +52,7 @@ CREATE TABLE sphinx_timers (
receiver BIGINT,
millis BIGINT,
amount DECIMAL,
ref BIGINT
ref_id BIGINT
)`);
}
catch (e) {

Loading…
Cancel
Save