]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/update_sqlite_from_0_to_1.php
Add SHAARLI support to view template
[github/wallabag/wallabag.git] / install / update_sqlite_from_0_to_1.php
old mode 100644 (file)
new mode 100755 (executable)
index c88af54..299abf4
@@ -1,5 +1,5 @@
 <?php
-
+# import script to upgrade from poche 0.3
 $db_path = 'sqlite:../db/poche.sqlite';
 $handle = new PDO($db_path);
 $handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);