woodpecker/pkg
Nurahmadie 571f7d02b0 Fix some column type to work with both mysql and sqlite.
Basically this is caused by sqlite actually doesn't have any
column type restriction. also save gob type column as blob to enforce
byte-string value, since varchar with utf8 collation type will take at
least 3 byte to store, this will break YAML-Gob decoding at `params`
column.

Also fix some typo, and clean up fixtures code.
2014-03-15 18:20:11 +07:00
..
build Remove unreachable return. 2014-03-06 10:50:48 -08:00
channel initial public commit 2014-02-07 03:10:01 -07:00
database Fix some column type to work with both mysql and sqlite. 2014-03-15 18:20:11 +07:00
handler Format go code. 2014-03-06 10:45:21 -08:00
mail make smtp-auth optional 2014-02-16 22:36:01 +01:00
model Add identicon query param to GravatarPattern 2014-03-05 16:19:44 +06:00
plugin Format go code. 2014-03-06 10:45:21 -08:00
queue a bit of prep-work for adding caching 2014-03-02 22:35:01 -08:00
template Format go code. 2014-03-06 10:45:21 -08:00