From 4b0bab9e722cf77ca0049c54515e8c93acefa355 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 10 Jun 2013 22:23:13 +0200 Subject: wip --- src/main/resources/create-postgresql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/create-postgresql.sql') diff --git a/src/main/resources/create-postgresql.sql b/src/main/resources/create-postgresql.sql index 7c331fd..a0739c2 100644 --- a/src/main/resources/create-postgresql.sql +++ b/src/main/resources/create-postgresql.sql @@ -14,7 +14,7 @@ CREATE TABLE task ( id BIGINT NOT NULL, parent BIGINT, queue VARCHAR(100) NOT NULL, - state CHAR(10) NOT NULL, + state VARCHAR(10) NOT NULL, scheduled TIMESTAMP NOT NULL, last_run TIMESTAMP, run_count INT NOT NULL, -- cgit v1.2.3