Spaces:
Running
Running
Commit
·
9bc9256
1
Parent(s):
b39667b
Add experience management and skill categorization to profile model
Browse files
services/storage_service.py
CHANGED
@@ -37,7 +37,7 @@ class StorageService:
|
|
37 |
profileImg TEXT,
|
38 |
projects TEXT,
|
39 |
skills TEXT,
|
40 |
-
educations TEXT
|
41 |
experiences TEXT
|
42 |
)
|
43 |
""")
|
|
|
37 |
profileImg TEXT,
|
38 |
projects TEXT,
|
39 |
skills TEXT,
|
40 |
+
educations TEXT,
|
41 |
experiences TEXT
|
42 |
)
|
43 |
""")
|