summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-21 01:29:25 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-21 01:29:25 +0000
commit81e87dfecdcd645dad6583373540ea182a50cea2 (patch)
tree677b796f7f4ef02354687a18f24b7082703f849b /modules/comment/helpers/comment_installer.php
parent8f87a030c8abe447feac22022fa6223248979601 (diff)
Change "datetime" to "created" to give some semantics to this field.
Diffstat (limited to 'modules/comment/helpers/comment_installer.php')
-rw-r--r--modules/comment/helpers/comment_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index 8310c6e1..be8b2a14 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -28,7 +28,7 @@ class comment_installer {
`author` varchar(255) default NULL,
`email` varchar(255) default NULL,
`text` text,
- `datetime` int(9) NOT NULL,
+ `created` int(9) NOT NULL,
`item_id` int(9) NOT NULL,
PRIMARY KEY (`id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");