maevsi / sqitch

maevsi's database migrations.
https://maev.si
0 stars 3 forks source link

fix(contact): account for null in inequality check #32

Closed dargmuesli closed 1 year ago

dargmuesli commented 1 year ago

NULL is always not inequal to anything. So instead of != or <> we need to check if IS DISTINCT FROM.

maevsi-bot commented 1 year ago

:tada: This PR is included in version 1.17.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: