From 5e4b40665fa11ce0fd0fe957a19e2b7e63f47446 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 17 May 2014 17:35:39 -0400 Subject: Rewrite board drag and drop with jquery (touch devices, IE, auto-update) --- schemas/sqlite.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schemas/sqlite.php') diff --git a/schemas/sqlite.php b/schemas/sqlite.php index d3e4ce9b..94580235 100644 --- a/schemas/sqlite.php +++ b/schemas/sqlite.php @@ -2,6 +2,11 @@ namespace Schema; +function version_15($pdo) +{ + $pdo->exec("ALTER TABLE projects ADD COLUMN last_modified INTEGER DEFAULT 0"); +} + function version_14($pdo) { $pdo->exec("ALTER TABLE users ADD COLUMN name TEXT"); -- cgit v1.2.3