Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cec01ebb
authored
2018-11-30 11:37:23 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
rmName to agentName
1 parent
d165a182
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
custom/db/sms_log.sql
custom/db/sms_log.sql
View file @
cec01eb
...
...
@@ -31,7 +31,7 @@ CREATE TABLE `sms_log` (
`created_at`
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
ON
UPDATE
CURRENT_TIMESTAMP
,
`server_ip`
varchar
(
20
)
NOT
NULL
,
`call_id`
int
(
11
)
NOT
NULL
,
`
rm
_name`
varchar
(
30
)
NOT
NULL
,
`
agent
_name`
varchar
(
30
)
NOT
NULL
,
`subdispo`
varchar
(
30
)
NOT
NULL
,
`number`
varchar
(
25
)
NOT
NULL
,
`message`
varchar
(
5000
)
NOT
NULL
,
...
...
@@ -60,3 +60,4 @@ ALTER TABLE `sms_log`
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
ALTER
TABLE
`sms_log`
CHANGE
`rm_name`
`agent_name`
VARCHAR
(
30
)
NOT
NULL
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment