Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
b7c8c781
Commit
b7c8c781
authored
7 years ago
by
manzarul.haque
Browse files
Options
Download
Patches
Plain Diff
Issues #SB-834 fix: changes for user Skill data type
parent
029f0740
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/cassandra-cql-update/templates/cassandra.cql
+2
-0
ansible/roles/cassandra-cql-update/templates/cassandra.cql
with
2 additions
and
0 deletions
+2
-0
ansible/roles/cassandra-cql-update/templates/cassandra.cql
+
2
−
0
View file @
b7c8c781
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets