| changeset 101 | b6a00fd29998 |
| parent 100 | 1fcbeae1f9da |
| child 104 | ef29ecada49d |
--- a/src/main/resources/db/db-schema.sql Wed May 30 22:51:02 2012 +0200 +++ b/src/main/resources/db/db-schema.sql Tue Jun 05 15:40:43 2012 +0200 @@ -192,6 +192,7 @@ create table "task" ( "id" bigint primary key not null, "name" varchar(100) not null, + "num" integer not null, "project_id" bigint not null, "responsible" bigint not null, "deadline" timestamp not null,