From 828e3b2290fba6588834836b415441c66a1e0a22 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 30 Jan 2018 15:53:42 +0000 Subject: [PATCH] yet another datetime in the future that needs changing a little... --- public/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/upgrade.php b/public/upgrade.php index 59d385e2..195eec3a 100644 --- a/public/upgrade.php +++ b/public/upgrade.php @@ -1724,5 +1724,5 @@ function upgrade_1839() { function upgrade_1840_mysql_pgsql() { # sqlite doesn't support changing the default value $vacation = table_by_key('vacation'); - db_query_parsed("ALTER TABLE $vacation ALTER COLUMN activeuntil SET DEFAULT '2038-01-19'"); + db_query_parsed("ALTER TABLE $vacation ALTER COLUMN activeuntil SET DEFAULT '2038-01-18'"); }