Remove alg column
This commit is contained in:
parent
32fcdcbbf6
commit
8d6102c58f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func InitSqlite(dbPath string) (*dbWrapper, error) {
|
|||
createStmt := `
|
||||
create table
|
||||
if not exists
|
||||
keys(keyId text not null primary key, userId text, alg text, publicKey blob)
|
||||
keys(keyId text not null primary key, userId text, publicKey blob)
|
||||
`
|
||||
|
||||
_, err = db.Exec(createStmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue