]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/update_sqlite_from_0_to_1.php
test if /install exists
[github/wallabag/wallabag.git] / install / update_sqlite_from_0_to_1.php
index c88af540c5d1ef5519d8bdf1e558ba29f3633c10..299abf48d33ce7a0c8e5859d5dc5d1d9f6acf05c 100644 (file)
@@ -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);