Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
alt_text_validation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
alt_text_validation
Commits
2373edde
Commit
2373edde
authored
3 weeks ago
by
Steve Wirt
Browse files
Options
Downloads
Plain Diff
Merge branch '3535358-db-report-table' into '1.0.x'
#3535358
Fix lack of table key See merge request
!40
parents
cef6e5d8
e10db5d0
No related branches found
No related tags found
No related merge requests found
Pipeline
#544660
passed
3 weeks ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alt_text_validation.install
+7
-0
7 additions, 0 deletions
alt_text_validation.install
with
7 additions
and
0 deletions
alt_text_validation.install
+
7
−
0
View file @
2373edde
...
...
@@ -15,6 +15,12 @@ function alt_text_validation_schema() {
$schema
[
AtvCommonTools
::
AUDIT_TABLE_NAME
]
=
[
'description'
=>
'Audit results for alt_text_validation.'
,
'fields'
=>
[
'key'
=>
[
'description'
=>
'Unique ID for the row.'
,
'type'
=>
'serial'
,
'unsigned'
=>
TRUE
,
'not null'
=>
TRUE
,
],
'filename'
=>
[
'description'
=>
'The file name including extension.'
,
'not null'
=>
TRUE
,
...
...
@@ -72,6 +78,7 @@ function alt_text_validation_schema() {
'size'
=>
'medium'
,
],
],
'primary key'
=>
[
'key'
],
];
return
$schema
;
...
...
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