umzug
umzug copied to clipboard
bug: error with charset & collate in postgres with v7
trafficstars
In #624 (about issue #612) the charset and collate options are set to null if not supported by dialect. With latest v7 alpha i get the following error:
Error: The following options are not supported by createTableQuery in postgres: charset, collate
Setting the values to undefined instead of null works for me.
If you want to i can create a PR 😊
Undefined sounds good, feel free to open the PR
PR opened: #673 😊
Released in v3.8.1.