Skip to content

Commit

Permalink
feat(database): remove died code
Browse files Browse the repository at this point in the history
  • Loading branch information
lianxmfor committed Oct 25, 2021
1 parent 88b3ca9 commit 7410963
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 153 deletions.
2 changes: 2 additions & 0 deletions internal/database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
_ "github.com/lib/pq"
)

type RowMap = map[string]interface{}

type DB struct {
*sqlx.DB
}
Expand Down
56 changes: 0 additions & 56 deletions internal/database/export.go

This file was deleted.

97 changes: 0 additions & 97 deletions internal/database/feature_value.go

This file was deleted.

0 comments on commit 7410963

Please sign in to comment.