mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-26 20:19:47 -04:00
fix: wrong type hint for sqlite column
This commit is contained in:
parent
a913c3a809
commit
bbacaabc51
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user