mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
571f7d02b0
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. |
||
---|---|---|
.. | ||
1_setup_tables.go | ||
2_setup_indices.go | ||
201402200603_rename_privelege_to_privilege.go | ||
201402211147_github_enterprise_support.go | ||
20140310104446_add_open_invitation_column.go | ||
all.go | ||
api.go | ||
column_type.go | ||
migrate.go | ||
migration | ||
mysql.go | ||
postgresql.go | ||
sqlite_test.go | ||
sqlite.go | ||
util.go |