Skip to content

Commit

Permalink
feat: detect renamed tables
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz committed Oct 27, 2024
1 parent e04de83 commit 8857bab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@ func (d *nopDialect) DefaultVarcharLen() int {
func (d *nopDialect) AppendSequence(b []byte, _ *Table, _ *Field) []byte {
return b
}

func (d *nopDialect) DefaultSchema() string {
return "nop"
}

0 comments on commit 8857bab

Please sign in to comment.