This commit is contained in:
@@ -363,7 +363,7 @@ namespace rockfishCore.Util
|
||||
//////////////////////////////////////////////////
|
||||
//schema 16 RAVEN stuff
|
||||
if (currentSchema < 16)
|
||||
{
|
||||
{
|
||||
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, " +
|
||||
"emailconfirmcode text not null, emailvalidated boolean default 0 NOT NULL CHECK (emailvalidated IN (0,1)), dtrequested integer, " +
|
||||
@@ -373,6 +373,7 @@ namespace rockfishCore.Util
|
||||
exec("alter table site add dbid text default 'v7_no_dbid' NOT NULL");
|
||||
exec("update site set legacyv7 = 1");
|
||||
exec("alter table license add dbid text default 'v7_no_dbid' NOT NULL");
|
||||
exec("alter table license add siteid integer");
|
||||
exec("alter table purchase add quantity integer default 1 not null");
|
||||
exec("insert into product (name, productCode, price, renewPrice) values ('TEST RAVEN schedulable resource 1 year subscription license','testfeatscheduser',15900, 5565);");
|
||||
exec("insert into product (name, productCode, price, renewPrice) values ('TEST RAVEN Accounting 1 year subscription license','testfeatacct',15000, 5250);");
|
||||
|
||||
Reference in New Issue
Block a user