Return error if cake not found in GetCake

This commit is contained in:
bronku 2025-03-23 21:36:10 +01:00
parent 922710a2cd
commit e5c5603ebd
2 changed files with 23 additions and 8 deletions

View file

@ -0,0 +1,7 @@
alter table cake
add column category text;
alter table cake
add column availability text;
PRAGMA user_version = 3;