aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/db.struct4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/db.struct b/data/db.struct
index cdabe16..3159d36 100644
--- a/data/db.struct
+++ b/data/db.struct
@@ -47,3 +47,7 @@ CREATE TABLE xref(
UNIQUE (ident,xref)
);
+CREATE TABLE stat(
+ updated datetime not null,
+ count int(32) not null
+);

Return to:

Send suggestions and report system problems to the System administrator.