Spaces:
Runtime error
Runtime error
Update database.py
Browse files- database.py +1 -1
database.py
CHANGED
|
@@ -60,7 +60,7 @@ def initialize_database():
|
|
| 60 |
(4, "Daisy", "Miller", "2001-12-12", "daisy@example.com", "2223334444", "Civil", 2019),
|
| 61 |
(5, "Ethan", "Lee", "2000-05-05", "ethan@example.com", "3334445555", "IT", 2018),
|
| 62 |
(6, "Fiona", "Clark", "2001-07-07", "fiona@example.com", "4445556666", "CSE", 2020),
|
| 63 |
-
(7, "George", "Adams", "2002-02-02", "george@example.com", "5556667777", "CSE",
|
| 64 |
(8, "Hannah", "Moore", "2001-11-11", "hannah@example.com", "6667778888", "AI", 2019),
|
| 65 |
(9, "Ivan", "Davis", "1999-09-09", "ivan@example.com", "7778889999", "ECE", 2017),
|
| 66 |
(10, "Julia", "King", "2002-03-03", "julia@example.com", "8889990000", "IT", 2020)
|
|
|
|
| 60 |
(4, "Daisy", "Miller", "2001-12-12", "daisy@example.com", "2223334444", "Civil", 2019),
|
| 61 |
(5, "Ethan", "Lee", "2000-05-05", "ethan@example.com", "3334445555", "IT", 2018),
|
| 62 |
(6, "Fiona", "Clark", "2001-07-07", "fiona@example.com", "4445556666", "CSE", 2020),
|
| 63 |
+
(7, "George", "Adams", "2002-02-02", "george@example.com", "5556667777", "CSE", 2022),
|
| 64 |
(8, "Hannah", "Moore", "2001-11-11", "hannah@example.com", "6667778888", "AI", 2019),
|
| 65 |
(9, "Ivan", "Davis", "1999-09-09", "ivan@example.com", "7778889999", "ECE", 2017),
|
| 66 |
(10, "Julia", "King", "2002-03-03", "julia@example.com", "8889990000", "IT", 2020)
|