From 17a3781bd8c03e6b653104dbcb996a1ff1213959 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 14 Aug 2015 17:03:55 -0400 Subject: Add Gantt chart for projects --- app/Schema/Postgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Schema') diff --git a/app/Schema/Postgres.php b/app/Schema/Postgres.php index e1ba07e3..143167e3 100644 --- a/app/Schema/Postgres.php +++ b/app/Schema/Postgres.php @@ -10,7 +10,7 @@ const VERSION = 63; function version_63($pdo) { - $pdo->exec("ALTER TABLE users ADD COLUMN is_project_admin INTEGER DEFAULT 0"); + $pdo->exec("ALTER TABLE users ADD COLUMN is_project_admin BOOLEAN DEFAULT '0'"); } function version_62($pdo) -- cgit v1.2.3