takezoe
4f10bccf84
(refs #114 )Add logical remove flag to ACCOUNT.
2013-11-01 03:38:33 +09:00
Robin Stocker
13bff2963e
Add full name to account and use it to create commits ( #125 )
...
The Git practice is to use the full name when creating commits, not a
user name. This commit fixes that by introducing a fullName field to
Account and using it when creating commits.
For migrating from earlier versions, the user name is used as an initial
value for the full name field.
2013-10-06 23:11:09 +02:00
takezoe
30eb949ce1
(refs #8 )Start to implement group management.
2013-07-22 22:22:49 +09:00
takezoe
e4324258d3
(refs #28 )Implementing avatar image uploading.
2013-07-10 11:34:36 +09:00
shimamoto
136a654639
Improve mapping of custom column type.
2013-07-08 17:25:31 +09:00
shimamoto
4326f34ef5
Create java.util.Date TypeMapper. And add the currentDate method.
2013-06-23 20:46:08 +09:00
takezoe
2881df65a7
Change java.sql.Date to java.sql.Timestamp.
2013-06-22 14:41:20 +09:00
takezoe
65eb89475a
Update flag columns to BOOLEAN.
2013-06-21 13:24:58 +09:00
takezoe
2413fca648
Refactor database schema.
2013-06-03 19:04:57 +09:00
shimamoto
edb0242f7e
Add the slick
2013-06-02 04:00:14 +09:00