From e067b6ff79ef406802d75248c46d860e0ca50e8b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Jun 2020 19:13:23 +0000 Subject: [PATCH] --- util/RfSchema.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/util/RfSchema.cs b/util/RfSchema.cs index bf1357f..0c1ce2b 100644 --- a/util/RfSchema.cs +++ b/util/RfSchema.cs @@ -364,11 +364,7 @@ namespace rockfishCore.Util //schema 16 RAVEN stuff if (currentSchema < 16) { - // exec("CREATE TABLE trialrequest (" + - // "id INTEGER PRIMARY KEY, dtcreated integer not null, customerid integer not null, regto text not null, key text not null, code text not null, email text not null, " + - // "fetchfrom text, dtfetched integer, fetched boolean default 0 NOT NULL CHECK (fetched IN (0,1))" + - // ")"); - + throw new System.Exception("NOT YET!!"); exec("CREATE TABLE trialrequest (" + "id INTEGER PRIMARY KEY, dbid text not null, companyname text not null, contactname text not null, notes text, email text not null, " + "emailvalidated boolean default 0 NOT NULL CHECK (emailvalidated IN (0,1)) dtrequested integer, " +