Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Development
CiviCRM Core
Commits
57ff183e
Commit
57ff183e
authored
3 years ago
by
DaveD
Browse files
Options
Downloads
Patches
Plain Diff
split long lines in civicrm_generated
parent
94ef3890
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/regen.sh
+3
-0
3 additions, 0 deletions
bin/regen.sh
sql/civicrm_generated.mysql
+10897
-104
10897 additions, 104 deletions
sql/civicrm_generated.mysql
with
10900 additions
and
104 deletions
bin/regen.sh
+
3
−
0
View file @
57ff183e
...
...
@@ -57,6 +57,9 @@ $MYSQLDUMP -cent --skip-triggers $DBNAME $TABLENAMES > civicrm_generated.mysql
cat
civicrm_sample_custom_data.mysql
>>
civicrm_generated.mysql
#cat civicrm_devel_config.mysql >> civicrm_generated.mysql
cat
civicrm_dummy_processor.mysql
>>
civicrm_generated.mysql
# adapted from https://bugs.mysql.com/bug.php?id=65465
sed
-i
-e
's/VALUES (/VALUES\n (/g'
civicrm_generated.mysql
sed
-i
-e
's/),(\|), (/),\n (/g'
civicrm_generated.mysql
$MYSQLADMCMD
-f
drop
$DBNAME
$MYSQLADMCMD
create
$DBNAME
$MYSQLCMD
< civicrm.mysql
...
...
This diff is collapsed.
Click to expand it.
sql/civicrm_generated.mysql
+
10897
−
104
View file @
57ff183e
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