]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Add a persistent 'shorturl' key to all links
[github/shaarli/Shaarli.git] / application / Updater.php
index 16c8c376bb03b38a3349cfcdc606d25cc397916d..f0d02814b5599654b0c6638e40e02e86068a5ab7 100644 (file)
@@ -223,6 +223,9 @@ class Updater
      * Since this update is very sensitve (changing the whole database), the datastore will be
      * automatically backed up into the file datastore.<datetime>.php.
      *
+     * LinkDB also adds the field 'shorturl' with the precedent format (linkdate smallhash),
+     * which will be saved by this method.
+     *
      * @return bool true if the update is successful, false otherwise.
      */
     public function updateMethodDatastoreIds()