summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-02-07 01:19:19 +0000
committerChristian Fowler <spider@viovio.com>2006-02-07 01:19:19 +0000
commit17f6b97f1d5ec08ea8b5168d114acbd2114bd2fd (patch)
treee0db50c9eb064a2d6ff1d7284bd407e8390cff8b /admin/schema_inc.php
parentd5e0b462f38306445ef9cbbeabe56d3935eaf775 (diff)
downloadliberty-17f6b97f1d5ec08ea8b5168d114acbd2114bd2fd.tar.gz
liberty-17f6b97f1d5ec08ea8b5168d114acbd2114bd2fd.tar.bz2
liberty-17f6b97f1d5ec08ea8b5168d114acbd2114bd2fd.zip
finish move of content versioning to liberty_content - had to move version column to Liberty as well.
Diffstat (limited to 'admin/schema_inc.php')
-rw-r--r--admin/schema_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 2c4bc59..4ea8335 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -41,6 +41,7 @@ $tables = array(
hits I4 NOTNULL DEFAULT 0,
last_hit I8 NOTNULL DEFAULT 0,
event_time I8 NOTNULL DEFAULT 0,
+ version I4,
lang_code C(32),
title C(160),
ip C(39),