Skip to content

Commit

Permalink
remove unused .sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Feb 22, 2024
1 parent 57e460d commit 90073c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions tools/walletextension/storage/database/sqlite/001_init.sql

This file was deleted.

5 changes: 0 additions & 5 deletions tools/walletextension/storage/database/sqlite/002_users.sql

This file was deleted.

This file was deleted.

5 changes: 3 additions & 2 deletions tools/walletextension/storage/database/sqlite/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package sqlite
import (
"database/sql"
"fmt"
"os"
"path/filepath"

_ "github.com/mattn/go-sqlite3" // sqlite driver for sql.Open()
obscurocommon "github.com/ten-protocol/go-ten/go/common"
"github.com/ten-protocol/go-ten/go/common/errutil"
common "github.com/ten-protocol/go-ten/tools/walletextension/common"
"os"
"path/filepath"
)

type Database struct {
Expand Down

0 comments on commit 90073c8

Please sign in to comment.