Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
a693e5c0
Commit
a693e5c0
authored
6 years ago
by
Cam Saul
Browse files
Options
Downloads
Patches
Plain Diff
Fix migration failures due to timeouts
parent
460fa22a
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/migrations/000_migrations.yaml
+1
-2
1 addition, 2 deletions
resources/migrations/000_migrations.yaml
with
1 addition
and
2 deletions
resources/migrations/000_migrations.yaml
+
1
−
2
View file @
a693e5c0
...
...
@@ -4997,6 +4997,7 @@ databaseChangeLog:
comment
:
'
Added
0.31.0'
validCheckSum
:
8:a875945f36824a0667c740888c00c37f
validCheckSum
:
8:83ded48e18fe8f70d6ec09add042124d
validCheckSum
:
8:1e5bc2d66778316ea640a561862c23b4
changes
:
-
addColumn
:
tableName
:
query_execution
...
...
@@ -5004,8 +5005,6 @@ databaseChangeLog:
name
:
database_id
type
:
integer
remarks
:
'
ID
of
the
database
this
query
was
ran
against.'
-
sql
:
sql
:
UPDATE query_execution SET database_id = (select database_id from report_card where id = query_execution.card_id);
# Start recording the actual query dictionary that's been executed
...
...
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