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
fae28471
Commit
fae28471
authored
7 years ago
by
manzarul.haque
Browse files
Options
Download
Patches
Plain Diff
issues #SB-1168 feat: adding to store channel value
parent
f5a9e627
release-1.3.1
release-1.3
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
+4
-1
ansible/roles/cassandra-cql-update/templates/cassandra.cql
with
4 additions
and
1 deletion
+4
-1
ansible/roles/cassandra-cql-update/templates/cassandra.cql
+
4
−
1
View file @
fae28471
...
...
@@ -633,4 +633,7 @@ ALTER TABLE sunbird.geo_location ADD userCount int;
insert into sunbird.system_settings (id,field,value) values ('phoneUnique','phoneUnique','false');
insert into sunbird.system_settings (id,field,value) values ('emailUnique','emailUnique','false');
// Dec 6th 2017
ALTER TABLE sunbird.geo_location ADD userCountTTL text;
\ No newline at end of file
ALTER TABLE sunbird.geo_location ADD userCountTTL text;
// adding new column in client-info to save the channel
ALTER TABLE sunbird.client_info ADD channel text;
CREATE INDEX inx_ci_clientchannel ON sunbird.client_info(channel);
\ 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