mirror of https://github.com/status-im/migrate.git
Merge pull request #4 from status-im/chore/upgrade-sqlcipher
chore(upgradeSQLCipher): Upgrading sqlcipher to v4
This commit is contained in:
commit
a2c45febab
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
"github.com/golang-migrate/migrate/v4"
|
||||
"github.com/golang-migrate/migrate/v4/database"
|
||||
_ "github.com/mutecomm/go-sqlcipher"
|
||||
_ "github.com/mutecomm/go-sqlcipher/v4"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue