DataObjects/mtrack.sql
authorAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 10:01:14 +0000 (18:01 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Jan 2019 10:01:14 +0000 (18:01 +0800)
DataObjects/mtrack.sql

index 11e6e44..f73c807 100644 (file)
@@ -23,7 +23,7 @@ CREATE TABLE mtrack_project_reference (
 
 -- reports??? - may change quite a bit later?
 -- change/update etc are references to mtrack_changes
-
+-- not used?
 CREATE TABLE mtrack_report (
   id int(11) NOT NULL AUTO_INCREMENT,
   summary varchar(128) NOT NULL,
@@ -36,7 +36,7 @@ CREATE TABLE mtrack_report (
 -- Table structure for table repos
 
 
-
+-- not used?
 CREATE TABLE mtrack_snippet (
   id int(11) NOT NULL AUTO_INCREMENT,
   created int(11) NOT NULL DEFAULT 0,