From 0c1e64dee8c67658aed8659b52b1c467747266f0 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Fri, 12 Jun 2020 11:30:53 -0700 Subject: [PATCH] ref_id --- api/utils/setup.ts | 2 +- dist/api/utils/setup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/utils/setup.ts b/api/utils/setup.ts index e6f6832..15c5862 100644 --- a/api/utils/setup.ts +++ b/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') diff --git a/dist/api/utils/setup.js b/dist/api/utils/setup.js index e3ffd24..a80afd3 100644 --- a/dist/api/utils/setup.js +++ b/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) {