Update buildscript for old builds

This commit is contained in:
kibao 2014-05-29 18:47:21 +02:00
parent c8a7b819cd
commit 632b61adbf

View file

@ -10,6 +10,7 @@ func (r *rev20140522205400) Revision() int64 {
func (r *rev20140522205400) Up(mg *MigrationDriver) error {
_, err := mg.AddColumn("builds", "buildscript TEXT")
_, err = mg.Tx.Exec("UPDATE builds SET buildscript = '' WHERE buildscript IS NULL")
return err
}