Commit b7c8c781 authored by manzarul.haque's avatar manzarul.haque
Browse files

Issues #SB-834 fix: changes for user Skill data type

parent 029f0740
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -617,3 +617,5 @@ ALTER TABLE sunbirdplugin.announcement DROP target ;
ALTER TABLE sunbirdplugin.announcement ADD target map<text, frozen<map<text ,frozen<list<text>>>>>;
//adding default one Skills.
insert into skills (id,skills) values ('001',['java']);
ALTER TABLE sunbird.user_skills drop endorsers;
ALTER TABLE sunbird.user_skills ADD endorsersList frozen<List<Map<text , text>>>;
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment