From 0b9e0bba0ce334239f8f14ebe5ef593c0494727c Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Fri, 12 Jun 2020 11:33:07 -0700 Subject: [PATCH] switch --- api/utils/setup.ts | 4 ++-- dist/api/utils/setup.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/utils/setup.ts b/api/utils/setup.ts index 15c5862..37be793 100644 --- a/api/utils/setup.ts +++ b/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') diff --git a/dist/api/utils/setup.js b/dist/api/utils/setup.js index a80afd3..5780e85 100644 --- a/dist/api/utils/setup.js +++ b/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) {