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
81436d53
Commit
81436d53
authored
2 years ago
by
Case Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Fix migration ordering
parent
9e13e141
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/migrations/000_migrations.yaml
+14
-14
14 additions, 14 deletions
resources/migrations/000_migrations.yaml
with
14 additions
and
14 deletions
resources/migrations/000_migrations.yaml
+
14
−
14
View file @
81436d53
...
...
@@ -12103,6 +12103,20 @@ databaseChangeLog:
tableName
:
core_user
columnName
:
last_name
columnDataType
:
varchar(254)
-
changeSet
:
id
:
v44.00-029
author
:
qnkhuat
comment
:
Added 0.44.0 - Add has_more_values to metabase_fieldvalues
changes
:
-
addColumn
:
tableName
:
metabase_fieldvalues
columns
:
-
column
:
name
:
has_more_values
type
:
boolean
remarks
:
true
if the stored values list is a subset of all possible values
defaultValueBoolean
:
false
-
changeSet
:
id
:
v44.00-030
author
:
snoe
...
...
@@ -12171,20 +12185,6 @@ databaseChangeLog:
columnNames
:
action_id
constraintName
:
pk_http_action
-
changeSet
:
id
:
v44.00-029
author
:
qnkhuat
comment
:
Added 0.44.0 - Add has_more_values to metabase_fieldvalues
changes
:
-
addColumn
:
tableName
:
metabase_fieldvalues
columns
:
-
column
:
name
:
has_more_values
type
:
boolean
remarks
:
true
if the stored values list is a subset of all possible values
defaultValueBoolean
:
false
-
changeSet
:
id
:
v44.00-033
author
:
qnkhuat
...
...
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