Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yowcow committed Jan 23, 2022
2 parents a9565ff + 7042662 commit 600f5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migerl_db.erl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ create_table_query({mysql, _}) ->
"`id` varchar(254) NOT NULL, "
"`applied_at` datetime DEFAULT NULL, "
"PRIMARY KEY (`id`) "
") ENGINE=InnoDB DEFAULT CHARSET=utf8",
") ENGINE=InnoDB",
[]
};
create_table_query({postgres, _}) ->
Expand Down

0 comments on commit 600f5fc

Please sign in to comment.