Fix SQL casing and improve error handling

This commit is contained in:
bronku 2025-03-26 13:26:26 +01:00
parent c0227e4e2d
commit 72ed1ae61b
6 changed files with 20 additions and 15 deletions

View file

@ -4,4 +4,4 @@ add column category text;
alter table cake
add column availability text;
PRAGMA user_version = 3;
pragma user_version = 3;