mirror of
https://github.com/harness/drone.git
synced 2025-05-09 23:40:15 +08:00
![]() 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. |
||
---|---|---|
.. | ||
builds_test.go | ||
commits_test.go | ||
members_test.go | ||
repos_test.go | ||
settings_test.go | ||
teams_test.go | ||
testing.go | ||
users_test.go |