This commit is contained in:
@@ -124,7 +124,7 @@ namespace AyaNova.Util
|
||||
exec("CREATE TABLE aevent (id BIGSERIAL PRIMARY KEY, created timestamp not null, ownerid bigint not null," +
|
||||
"ayid bigint not null, aytype integer not null, ayevent integer not null, textra varchar(255))");
|
||||
|
||||
//TODO: do I *really* need these or do they bloat unnecessarily? Need to test with big dataset
|
||||
//LOOKAT: do I *really* need these or do they bloat unnecessarily? Need to test with big dataset
|
||||
//index for quick searching
|
||||
// exec("CREATE INDEX ayid_idx ON aevent (ayid);");
|
||||
// exec("CREATE INDEX aytype_idx ON aevent (aytype);");
|
||||
@@ -226,7 +226,7 @@ namespace AyaNova.Util
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
//LICENSE table new columns
|
||||
//TODO: DO I need this anymore???
|
||||
//LOOKAT: DO I need this anymore???
|
||||
if (currentSchema < 8)
|
||||
{
|
||||
LogUpdateMessage(log);
|
||||
|
||||
Reference in New Issue
Block a user