fix: wrong type hint for sqlite column

This commit is contained in:
Jeremy Wall 2024-07-09 18:56:57 -05:00
parent a913c3a809
commit bbacaabc51

View File

@ -1,2 +1,2 @@
-- Add up migration script here
ALTER TABLE recipes ADD column serving_count number;
ALTER TABLE recipes ADD COLUMN serving_count NUMERIC;