diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/core_installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 8775cafe..a933762a 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -51,6 +51,7 @@ class core_installer { $db->query("CREATE TABLE {items} ( `album_cover_item_id` int(9) default NULL, + `captured` int(9) default NULL, `created` int(9) default NULL, `description` varchar(2048) default NULL, `height` int(9) default NULL, |