Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 28, 2024
1 parent a87622f commit 7da214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/sqlite3/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func ExampleMigrations() {
panic(err)
}

tables := []string{"entities", "entity_tagss", "edges", "edge_tags"}
tables := []string{"entities", "entity_tags", "edges", "edge_tags"}
for _, table := range tables {
fmt.Println(db.Migrator().HasTable(table))
}
Expand Down

0 comments on commit 7da214c

Please sign in to comment.