From 127754486e6709cb44496f4181f20909d5714ec0 Mon Sep 17 00:00:00 2001 From: Lucemans Date: Wed, 12 Jan 2022 00:06:47 +0100 Subject: [PATCH] Add CQL types for host --- src/Data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data.ts b/src/Data.ts index 66b5d902..17a94a65 100644 --- a/src/Data.ts +++ b/src/Data.ts @@ -41,7 +41,7 @@ export const initDB = async () => { 'sites', true, { - host: {type: ''}, + host: {type: 'text'}, owner: { type: 'bigint' }, site_id: { type: 'bigint' }, cid: { type: 'text' },