Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b0c86614
Commit
b0c86614
authored
Dec 07, 2020
by
Mehmet Emin INAC
Committed by
pbair
Dec 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Truncate the `security_findings` table
parent
544adf54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
db/post_migrate/20201207151651_truncate_security_findings_table_2.rb
...rate/20201207151651_truncate_security_findings_table_2.rb
+7
-0
db/schema_migrations/20201207151651
db/schema_migrations/20201207151651
+1
-0
No files found.
db/post_migrate/20201207151651_truncate_security_findings_table_2.rb
0 → 100644
View file @
b0c86614
# frozen_string_literal: true
require_relative
Rails
.
root
.
join
(
'db'
,
'post_migrate'
,
'20201102152945_truncate_security_findings_table.rb'
)
# This is the second time we are truncating this table
# so the migration class name has choosen like this for this reason.
class
TruncateSecurityFindingsTable2
<
TruncateSecurityFindingsTable
;
end
db/schema_migrations/20201207151651
0 → 100644
View file @
b0c86614
93def9138efddc9cd0ace5524dc5cf6cdc0221977083324c5c0ad3cf3fb75e55
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment