Skip to content

Commit

Permalink
feat(maestro): adding the subtle pg import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Pegoraro committed Sep 26, 2023
1 parent 7fa7ad8 commit 02b084f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions maestro/deployment/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"fmt"
"github.com/jmoiron/sqlx"
_ "github.com/lib/pq" // required for SQL access
"github.com/orb-community/orb/pkg/errors"
"go.uber.org/zap"
"time"
Expand Down
1 change: 1 addition & 0 deletions maestro/postgres/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package postgres
import (
"fmt"
"github.com/jmoiron/sqlx"
_ "github.com/lib/pq" // required for SQL access
"github.com/orb-community/orb/pkg/config"
migrate "github.com/rubenv/sql-migrate"
)
Expand Down

0 comments on commit 02b084f

Please sign in to comment.