mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 18:59:08 -04:00
Change "datetime" to "created" to give some semantics to this field.
This commit is contained in:
@@ -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;");
|
||||
|
||||
Reference in New Issue
Block a user