Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed May 8, 2024
1 parent 29ab9eb commit f4a39ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cake.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ fn create_dogs_table() {
"CREATE TABLE dogs (
name text,
age int,
is_wild boolean,
is_trained boolean,
owner_id int
);"
}
Expand Down

0 comments on commit f4a39ea

Please sign in to comment.