aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-22 20:57:20 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-22 20:57:20 -0700
commitb02e30f1cfb3e92c65a5b8783256260a2e72ecc2 (patch)
tree96d9195ed0fb9d0b12a77451dd771293fba1421b /database.sql
parent024f2019e6a3f23bec88d3c1100d67456e34adc9 (diff)
downloadvolse-hubzilla-b02e30f1cfb3e92c65a5b8783256260a2e72ecc2.tar.gz
volse-hubzilla-b02e30f1cfb3e92c65a5b8783256260a2e72ecc2.tar.bz2
volse-hubzilla-b02e30f1cfb3e92c65a5b8783256260a2e72ecc2.zip
sort out notify x-domain
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index af1ec630f..2541de76a 100644
--- a/database.sql
+++ b/database.sql
@@ -149,6 +149,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`parent-uri` char(255) CHARACTER SET ascii NOT NULL,
`created` datetime NOT NULL,
`edited` datetime NOT NULL,
+ `changed` datetime NOT NULL,
`owner-name` char(255) NOT NULL,
`owner-link` char(255) NOT NULL,
`owner-avatar` char(255) NOT NULL,