Skip to content

Commit 9b8c07d

Browse files
author
Gusted
committed
Match golang spec
1 parent 5b63a44 commit 9b8c07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ func dropTableColumns(sess *xorm.Session, tableName string, columnNames ...strin
799799
// into a slice. We should return a error, as that also
800800
// means that the substring wasn't found.
801801
if endColumnsIndex == -1 {
802-
return errors.New("Couldn't get index after column defintions")
802+
return errors.New("couldn't get index after column defintions")
803803
}
804804

805805
// Separate out the column definitions

0 commit comments

Comments
 (0)