This commit is contained in:
Roland Shoemaker 2015-04-21 18:44:34 -07:00
parent 6944f233d4
commit 7cf1872d74
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func (ssa *SQLStorageAuthority) InitTables() (err error) {
// Create certificates table
if !certsExists {
_, err = tx.Exec("CREATE TABLE certificates (sequence INTEGER, digest TEXT, value BLOB);")
_, err = tx.Exec("CREATE TABLE certificates (serial INTEGER, digest TEXT, value BLOB);")
if err != nil {
tx.Rollback()
return