Skip to content

Commit

Permalink
enable validation schema check for orm_test
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Mar 18, 2022
1 parent 66233c6 commit 7281b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func setup() error {
Dialect: orm.Dialects.SQLite3,
Entities: []orm.Entity{&Post{}, &Comment{}, &Category{}, &HeaderPicture{}},
ValidateTablesExistence: true,
ValidateTablesSchemas: true,
})
}

Expand Down

0 comments on commit 7281b8c

Please sign in to comment.