aboutsummaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/update_sqlite_from_0_to_1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update_sqlite_from_0_to_1.php b/install/update_sqlite_from_0_to_1.php
index c88af540..299abf48 100644
--- a/install/update_sqlite_from_0_to_1.php
+++ b/install/update_sqlite_from_0_to_1.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2 2# import script to upgrade from poche 0.3
3$db_path = 'sqlite:../db/poche.sqlite'; 3$db_path = 'sqlite:../db/poche.sqlite';
4$handle = new PDO($db_path); 4$handle = new PDO($db_path);
5$handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 5$handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);