Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
2353a5ea
Commit
2353a5ea
authored
12 years ago
by
Kurund Jalmi
Browse files
Options
Downloads
Plain Diff
Merge pull request #117 from pradpnayak/CRM-12077
--worked on CRM-12077
parents
8106195f
fefdef95
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CRM/Upgrade/Incremental/sql/4.3.beta3.mysql.tpl
+4
-0
4 additions, 0 deletions
CRM/Upgrade/Incremental/sql/4.3.beta3.mysql.tpl
sql/civicrm_generated.mysql
+32
-32
32 additions, 32 deletions
sql/civicrm_generated.mysql
xml/templates/civicrm_data.tpl
+0
-8
0 additions, 8 deletions
xml/templates/civicrm_data.tpl
with
36 additions
and
40 deletions
CRM/Upgrade/Incremental/sql/4.3.beta3.mysql.tpl
0 → 100644
+
4
−
0
View file @
2353a5ea
-- CRM-12077
DELETE cog, cov FROM `civicrm_option_group` cog
LEFT JOIN civicrm_option_value cov ON cov.option_group_id = cog.id
WHERE cog.name = 'account_type';
\ No newline at end of file
This diff is collapsed.
Click to expand it.
sql/civicrm_generated.mysql
+
32
−
32
View file @
2353a5ea
This diff is collapsed.
Click to expand it.
xml/templates/civicrm_data.tpl
+
0
−
8
View file @
2353a5ea
...
...
@@ -173,7 +173,6 @@ VALUES
('addressee' , '
{
ts
escape
=
"sql"
}
Addressee Type
{/
ts
}
' , 1, 1),
('contact_autocomplete_options' , '
{
ts
escape
=
"sql"
}
Autocomplete Contact Search
{/
ts
}
' , 1, 1),
('contact_reference_options' , '
{
ts
escape
=
"sql"
}
Contact Reference Autocomplete Options
{/
ts
}
', 1, 1),
('account_type' , '
{
ts
escape
=
"sql"
}
Account type
{/
ts
}
' , 1, 1),
('website_type' , '
{
ts
escape
=
"sql"
}
Website Type
{/
ts
}
' , 1, 1),
('tag_used_for' , '
{
ts
escape
=
"sql"
}
Tag Used For
{/
ts
}
' , 1, 1),
('currencies_enabled' , '
{
ts
escape
=
"sql"
}
Currencies Enabled
{/
ts
}
' , 1, 1),
...
...
@@ -248,7 +247,6 @@ SELECT @option_group_id_addressee := max(id) from civicrm_option_group wher
SELECT @option_group_id_report := max(id) from civicrm_option_group where name = 'report_template';
SELECT @option_group_id_acsOpt := max(id) from civicrm_option_group where name = 'contact_autocomplete_options';
SELECT @option_group_id_acConRef := max(id) from civicrm_option_group where name = 'contact_reference_options';
SELECT @option_group_id_accTp := max(id) from civicrm_option_group where name = 'account_type';
SELECT @option_group_id_website := max(id) from civicrm_option_group where name = 'website_type';
SELECT @option_group_id_tuf := max(id) from civicrm_option_group where name = 'tag_used_for';
SELECT @option_group_id_currency := max(id) from civicrm_option_group where name = 'currencies_enabled';
...
...
@@ -688,12 +686,6 @@ VALUES
(@option_group_id_addressee, '
{
literal
}{
contact
.
organization_name
}{/
literal
}
', '3', '
{
literal
}{
contact
.
organization_name
}{/
literal
}
', NULL , '3', '1', '3', NULL , '0', '0', '1', NULL , NULL),
(@option_group_id_addressee, '
{
literal
}
Customized
{/
literal
}
', '4', '
{
literal
}
Customized
{/
literal
}
', NULL , 0 , '0', '4', NULL , '0', '1', '1', NULL , NULL),
-- Account types
(@option_group_id_accTp, '
{
ts
escape
=
"sql"
}
Asset
{/
ts
}
', 1, 'Asset', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_accTp, '
{
ts
escape
=
"sql"
}
Liability
{/
ts
}
', 2, 'Liability', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_accTp, '
{
ts
escape
=
"sql"
}
Income
{/
ts
}
', 3, 'Income', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_accTp, '
{
ts
escape
=
"sql"
}
Expense
{/
ts
}
', 4, 'Expense', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
-- website type
(@option_group_id_website, 'Home', 1, 'Home', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_website, 'Work', 2, 'Work', NULL, 0, NULL, 2, NULL, 0, 0, 1, NULL, NULL),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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