Skip to content

Commit

Permalink
fix(model): --tables option doesn't work when --only_model is false (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneStevenLei authored May 27, 2024
1 parent 325d070 commit 2bd4f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func Model(c *config.ModelArgument) error {

if !c.OnlyModel {
g.ApplyBasic(models...)
g.ApplyBasic(g.GenerateAllTable()...)
}

g.Execute()
Expand Down

0 comments on commit 2bd4f6f

Please sign in to comment.