commit 2cf565c8c42387cdc57fd7ec7922e6d9e173322c
Author: jableader <jacobdunk@gmail.com>
Date: Sun Oct 13 19:15:03 2024 +1100
Fixed bug when saving own ingredients
commit 3ff1204a2fe88da65864109218c0a6de2130f7cc
Author: jableader <jacobdunk@gmail.com>
Date: Sun Oct 13 18:02:04 2024 +1100
First successful save
commit 2620e2c899c145df1c4a941d1eaaef7b01087791
Author: jableader <jacobdunk@gmail.com>
Date: Fri Oct 4 17:53:21 2024 +1000
Change shopping list to be post-able
11 lines
No EOL
220 B
SQL
11 lines
No EOL
220 B
SQL
alter table ShoppingList
|
|
add store_name text not null default '';
|
|
|
|
alter table ShoppingListResult
|
|
drop created_date;
|
|
|
|
alter table ShoppingListResult
|
|
drop found_date;
|
|
|
|
alter table Meal
|
|
add purchase_date TEXT DEFAULT NULL; |