Skip to content

use String in place of Decimal for sqlite3

Kevin Morris requested to merge kevr/aurweb:pu_sqlite_schema into pu

This gets rid of warnings due to Decimal not being a native type in sqlite3.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports