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
93298f59
Unverified
Commit
93298f59
authored
8 years ago
by
Cam Saül
Browse files
Options
Downloads
Plain Diff
Merge branch 'shortened-remarks-sql'
parents
af5b27ba
120fae18
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/migrations/043_add_permissions_revision_table.yaml
+3
-3
3 additions, 3 deletions
resources/migrations/043_add_permissions_revision_table.yaml
with
3 additions
and
3 deletions
resources/migrations/043_add_permissions_revision_table.yaml
+
3
−
3
View file @
93298f59
...
...
@@ -5,7 +5,7 @@ databaseChangeLog:
changes
:
-
createTable
:
tableName
:
permissions_revision
remarks
:
'
This
is
u
sed
to
keep
track
of
changes
made
to
permissions
via
the
admin
panel,
primarily
for
auditing
purposes.
Changes
are
batched,
and
a
new
entry
is
added
for
every
batch
.'
remarks
:
'
U
sed
to
keep
track
of
changes
made
to
permissions.'
columns
:
-
column
:
name
:
id
...
...
@@ -17,13 +17,13 @@ databaseChangeLog:
-
column
:
name
:
before
type
:
text
remarks
:
'
Serialized
JSON
of
relvant
sections
of
the
permissions
graph
changed
as
part
of
this
revision,
with
their
values
*
before
*
the
changes.'
remarks
:
'
Serialized
JSON
of
the
permissions
before
the
changes.'
constraints
:
nullable
:
false
-
column
:
name
:
after
type
:
text
remarks
:
'
Serialized
JSON
of
relvant
sections
of
the
permissions
graph
changed
as
part
of
this
revision,
with
their
values
*
after
*
the
changes.'
remarks
:
'
Serialized
JSON
of
the
permissions
after
the
changes.'
constraints
:
nullable
:
false
-
column
:
...
...
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