plausible / ecto_ch

Ecto ClickHouse adapter
MIT License
72 stars 10 forks source link

[feature] Added constraint support in migrations #108

Closed senconscious closed 1 year ago

senconscious commented 1 year ago

Hello, there was no support for constraint in create, create_if_not_exists, drop, drop_if_exists. Need to run those through execute. So I decided to contribute and add this small feature.

ruslandoga commented 1 year ago

@senconscious thank you! I released these changes as v0.2.1