]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Update method to use the new ID system, which replaces linkdate primary keys.
authorArthurHoaro <arthur@hoa.ro>
Mon, 28 Nov 2016 15:14:33 +0000 (16:14 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 12 Dec 2016 02:02:01 +0000 (03:02 +0100)
commit1dc37f9cf8397e6050c4d5d981da263e6333a849
treed27f78841a077ea4f3688688fb7ac0fdba62d921
parent29d108820f05615d5c36608fde86f64f0750531a
Update method to use the new ID system, which replaces linkdate primary keys.

creation and update dates are now DateTime objects.
Since this update is very sensitve (changing the whole database), the datastore will be automatically backed up into the file datastore.<datetime>.php.
application/Updater.php