Skip to content

Commit

Permalink
chore: remove initial schema for pg15
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Sep 11, 2023
1 parent de9e8a7 commit 5583231
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,815 deletions.
3 changes: 0 additions & 3 deletions internal/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ var (
InitialSchemaPg13Sql string
//go:embed templates/initial_schemas/14.sql
InitialSchemaPg14Sql string
//go:embed templates/initial_schemas/15.sql
InitialSchemaPg15Sql string

//go:embed templates/init_config.toml
initConfigEmbed string
Expand Down Expand Up @@ -397,7 +395,6 @@ func LoadConfigFS(fsys afero.Fs) error {
InitialSchemaSql = InitialSchemaPg14Sql
case 15:
DbImage = Pg15Image
InitialSchemaSql = InitialSchemaPg15Sql
default:
return fmt.Errorf("Failed reading config: Invalid %s: %v.", Aqua("db.major_version"), Config.Db.MajorVersion)
}
Expand Down
Loading

0 comments on commit 5583231

Please sign in to comment.