refinery icon indicating copy to clipboard operation
refinery copied to clipboard

Enable math functions for SQLite

Open Pamplemousse opened this issue 9 months ago • 0 comments

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.

Pamplemousse avatar May 22 '24 15:05 Pamplemousse