Skip to content

Commit

Permalink
print content of the migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Feb 2, 2024
1 parent 07a3b10 commit f64f09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/walletextension/storage/database/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func ApplyMigrations(db *sql.DB, migrationsPath string) error {

func executeSQLFile(db *sql.DB, filePath string) error {
content, err := os.ReadFile(filePath)
fmt.Println("content: ", string(content))
if err != nil {
return err
}
Expand Down

0 comments on commit f64f09c

Please sign in to comment.