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
8ede1535
Commit
8ede1535
authored
2 years ago
by
Case Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Arrange migrations after merge
parent
acabd6f1
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
+155
-155
155 additions, 155 deletions
resources/migrations/000_migrations.yaml
with
155 additions
and
155 deletions
resources/migrations/000_migrations.yaml
+
155
−
155
View file @
8ede1535
...
...
@@ -11636,6 +11636,161 @@ databaseChangeLog:
tableName
:
persisted_info
columnName
:
creator_id
columnDataType
:
int
# v44.00-002 through -011 add entity_id columns to several internal entities.
# These are fixed-width string fields populated with a random 21-character
# NanoID value, and used by the serialization system to de-duplicate entities
# in a portable way. See the serialization design doc in the design repo.
-
changeSet
:
id
:
v44.00-002
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
metric
-
changeSet
:
id
:
v44.00-003
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
segment
-
changeSet
:
id
:
v44.00-004
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
collection
-
changeSet
:
id
:
v44.00-005
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
report_dashboard
-
changeSet
:
id
:
v44.00-006
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
dimension
-
changeSet
:
id
:
v44.00-007
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
pulse
-
changeSet
:
id
:
v44.00-008
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
report_card
-
changeSet
:
id
:
v44.00-009
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
native_query_snippet
-
changeSet
:
id
:
v44.00-010
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
timeline
-
changeSet
:
id
:
v44.00-011
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
report_dashboardcard
-
changeSet
:
id
:
v44.00-012
author
:
snoe
...
...
@@ -11877,161 +12032,6 @@ databaseChangeLog:
constraints
:
nullable
:
false
tableName
:
report_card
# v44.00-002 through -011 add entity_id columns to several internal entities.
# These are fixed-width string fields populated with a random 21-character
# NanoID value, and used by the serialization system to de-duplicate entities
# in a portable way. See the serialization design doc in the design repo.
-
changeSet
:
id
:
v44.00-002
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
metric
-
changeSet
:
id
:
v44.00-003
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
segment
-
changeSet
:
id
:
v44.00-004
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
collection
-
changeSet
:
id
:
v44.00-005
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
report_dashboard
-
changeSet
:
id
:
v44.00-006
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
dimension
-
changeSet
:
id
:
v44.00-007
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
pulse
-
changeSet
:
id
:
v44.00-008
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
report_card
-
changeSet
:
id
:
v44.00-009
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
native_query_snippet
-
changeSet
:
id
:
v44.00-010
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
timeline
-
changeSet
:
id
:
v44.00-011
author
:
braden
comment
:
Added 0.44.0 - add entity_id column to all internal entities
changes
:
-
addColumn
:
columns
:
-
column
:
remarks
:
Random NanoID tag for unique identity.
name
:
entity_id
type
:
char(21)
constraints
:
nullable
:
true
unique
:
true
tableName
:
report_dashboardcard
-
changeSet
:
id
:
v44.00-023
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