Fixed for change in data output

This commit is contained in:
2021-11-09 15:10:04 -06:00
parent 2116778276
commit e19a630a8b
6 changed files with 11 additions and 8 deletions

View File

@@ -7,5 +7,6 @@ CREATE TABLE IF NOT EXISTS data (
cost float,
quantity integer,
year integer,
month integer
month integer,
trend float
);