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
bdae3213
authored
2019-01-29 16:49:11 +0530
by
prami
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
campaign : hrms_masters : Alter query for schedule
1 parent
dff9b077
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
custom/db/hrms_masters_alter.sql
custom/db/hrms_masters_alter.sql
0 → 100644
View file @
bdae321
1
ALTER
TABLE
`hrms_masters`
ADD
`status`
ENUM
(
'active'
,
'inactive'
)
NOT
NULL
DEFAULT
'active'
AFTER
`mid`
;
2
ALTER
TABLE
`hrms_masters`
ADD
`campaignstartdate`
DATETIME
NOT
NULL
AFTER
`mid`
,
ADD
`campaignenddate`
DATETIME
NOT
NULL
AFTER
`campaignstartdate`
;
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