diff options
Diffstat (limited to 'application/Updater.php')
-rw-r--r-- | application/Updater.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/Updater.php b/application/Updater.php index 16c8c376..f0d02814 100644 --- a/application/Updater.php +++ b/application/Updater.php | |||
@@ -223,6 +223,9 @@ class Updater | |||
223 | * Since this update is very sensitve (changing the whole database), the datastore will be | 223 | * Since this update is very sensitve (changing the whole database), the datastore will be |
224 | * automatically backed up into the file datastore.<datetime>.php. | 224 | * automatically backed up into the file datastore.<datetime>.php. |
225 | * | 225 | * |
226 | * LinkDB also adds the field 'shorturl' with the precedent format (linkdate smallhash), | ||
227 | * which will be saved by this method. | ||
228 | * | ||
226 | * @return bool true if the update is successful, false otherwise. | 229 | * @return bool true if the update is successful, false otherwise. |
227 | */ | 230 | */ |
228 | public function updateMethodDatastoreIds() | 231 | public function updateMethodDatastoreIds() |