Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
4b4525ad
Commit
4b4525ad
authored
Oct 15, 2018
by
Harsh Shah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Insert Operation boolean column doesn't work with "query" - so replaced with String.
parent
ac5074bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
20181009_Insert_Default_HiringTeam.xml
...minportal/upgrades/20181009_Insert_Default_HiringTeam.xml
+1
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/upgrades/20181009_Insert_Default_HiringTeam.xml
View file @
4b4525ad
...
...
@@ -20,7 +20,7 @@
<value
name=
'post_code'
factory=
'Participant'
class=
"oneit.sql.transfer.InsertOperation$QueryColumn"
column=
"post_code"
/>
<value
name=
'city'
factory=
'Participant'
class=
"oneit.sql.transfer.InsertOperation$QueryColumn"
column=
"city"
/>
<value
name=
'has_client_support'
factory=
'Participant'
class=
"oneit.sql.transfer.InsertOperation$QueryColumn"
column=
"has_client_support"
/>
<value
name=
'manage_own_billing'
factory=
'Boolean'
>
true
</value>
<value
name=
"manage_own_billing"
factory=
"String"
>
Y
</value>
<value
name=
'stripe_reference'
factory=
'Participant'
class=
"oneit.sql.transfer.InsertOperation$QueryColumn"
column=
"stripe_reference"
/>
<value
name=
'stripe_subscription'
factory=
'Participant'
class=
"oneit.sql.transfer.InsertOperation$QueryColumn"
column=
"stripe_subscription"
/>
<value
name=
'name_on_card'
factory=
'Participant'
class=
"oneit.sql.transfer.InsertOperation$QueryColumn"
column=
"name_on_card"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment