Skip to content

Commit

Permalink
Update db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 23, 2025
1 parent 4ff028d commit 825bc46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 825bc46

Please sign in to comment.