From 825bc468a7eb21ac9e0bd1f66ecfcea224b35b01 Mon Sep 17 00:00:00 2001 From: Prince D Rusweka Rwabongoya Date: Wed, 23 Apr 2025 18:17:47 -0400 Subject: [PATCH] Update db.py --- backend/db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/db.py b/backend/db.py index 0d2cdaa..ab21c6e 100644 --- a/backend/db.py +++ b/backend/db.py @@ -24,7 +24,8 @@ def init_db(): age INTEGER, personality TEXT, image_path TEXT, - adoption_status TEXT DEFAULT 'Available' + adoption_status TEXT + DEFAULT 'Available' )''') cursor.execute('''CREATE TABLE IF NOT EXISTS adopters (