merge fleets
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
package storage
|
package storage
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"ariga.io/atlas/sql/postgres"
|
|
||||||
"ariga.io/atlas/sql/schema"
|
|
||||||
"context"
|
"context"
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"os"
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"ariga.io/atlas/sql/postgres"
|
||||||
|
"ariga.io/atlas/sql/schema"
|
||||||
"github.com/lib/pq"
|
"github.com/lib/pq"
|
||||||
_ "github.com/lib/pq"
|
_ "github.com/lib/pq"
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
"os"
|
|
||||||
"strconv"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type PostgresqlStorage struct {
|
type PostgresqlStorage struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user