This commit is contained in:
@@ -364,11 +364,7 @@ namespace rockfishCore.Util
|
|||||||
//schema 16 RAVEN stuff
|
//schema 16 RAVEN stuff
|
||||||
if (currentSchema < 16)
|
if (currentSchema < 16)
|
||||||
{
|
{
|
||||||
// exec("CREATE TABLE trialrequest (" +
|
throw new System.Exception("NOT YET!!");
|
||||||
// "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))" +
|
|
||||||
// ")");
|
|
||||||
|
|
||||||
exec("CREATE TABLE trialrequest (" +
|
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, " +
|
"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, " +
|
"emailvalidated boolean default 0 NOT NULL CHECK (emailvalidated IN (0,1)) dtrequested integer, " +
|
||||||
|
|||||||
Reference in New Issue
Block a user