Skip to content

Commit

Permalink
Merge pull request zhangkaitao#52 from wangtaicheng/patch-1
Browse files Browse the repository at this point in the history
Update init-personal-schema.sql
  • Loading branch information
zhangkaitao committed Dec 30, 2013
2 parents 2c95350 + 18a01e0 commit 5cc31af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/sql/schema/init-personal-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ create table `personal_calendar`(
`details` varchar(1000),
`start_date` date,
`length` int,
`start_time` date,
`end_time` date,
`start_time` time,
`end_time` time,
`background_color` varchar(100),
`text_color` varchar(100),
constraint `pk_office_calender` primary key(id),
Expand Down

0 comments on commit 5cc31af

Please sign in to comment.