Browse Source

switch

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

4
api/utils/setup.ts

@ -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')

4
dist/api/utils/setup.js

@ -51,8 +51,8 @@ CREATE TABLE sphinx_timers (
chat_id BIGINT,
receiver BIGINT,
millis BIGINT,
amount DECIMAL,
ref_id BIGINT
ref_id BIGINT,
amount DECIMAL
)`);
}
catch (e) {

Loading…
Cancel
Save