File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ public function hookInstall()
4949 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
5050 `type_id` int(10) unsigned NOT NULL ,
5151 `owner_id` int(10) unsigned NOT NULL ,
52- `added` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
53- `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
52+ `added` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00',
53+ `modified` timestamp NOT NULL DEFAULT '2000-01-01 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
5454 `public` tinyint(1) NOT NULL,
5555 PRIMARY KEY (`id`)
5656 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; " ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ omeka_minimum_version="2.0"
77omeka_target_version =" 2.0.2"
88support_link =" http://omeka.org/forums/forum/plugins"
99license =" GPLv3"
10- version =" 1.1"
10+ version =" 1.1.1 "
1111required_plugins =" RecordRelations"
1212optional_plugins =" GuestUser"
1313require_once =1
You can’t perform that action at this time.
0 commit comments