Skip to content

Commit c4e1791

Browse files
committed
chore: deprecate python migra
1 parent c6dc82d commit c4e1791

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/db.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ var (
101101
if usePgSchema {
102102
differ = diff.DiffPgSchema
103103
fmt.Fprintln(os.Stderr, utils.Yellow("WARNING:"), "--use-pg-schema flag is experimental and may not include all entities, such as views and grants.")
104-
} else if !viper.GetBool("EXPERIMENTAL") {
105-
differ = diff.DiffSchemaMigraBash
106104
}
107105
return diff.Run(cmd.Context(), schema, file, flags.DbConfig, differ, afero.NewOsFs())
108106
},

0 commit comments

Comments
 (0)