From 24ab525669e177e37266d5b8a052e4e25990ebf0 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Sun, 2 Jun 2013 22:49:54 +0200
Subject: [PATCH] Use int for last_run

---
 db_structure.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index feb7c0d122d..933b09988f0 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -891,7 +891,7 @@
 
 			<field>
 				<name>last_run</name>
-				<type>timestamp</type>
+				<type>integer</type>
 				<default></default>
 				<notnull>false</notnull>
 			</field>
-- 
GitLab