rust-db / refinery

Powerful SQL migration toolkit for Rust.
MIT License
1.35k stars 126 forks source link

Enable math functions for SQLite #335

Closed Pamplemousse closed 6 months ago

Pamplemousse commented 6 months ago

Fixes #333 .

Math functions in SQLite are hidden behind a compilation flag. This tells cargo to use this flag so that the built refinery will be able to run migrations using such functions without failing.