Skip to content
Unverified Commit 1078f58c authored by Michael Becker's avatar Michael Becker 🧳
Browse files

Ignore `last_edited_at` column on `vulnerabilities` table

`last_edited_at` is always `nil` in production:

```sh
[ gstg ] production> Vulnerability.where.not(last_edited_at: nil).count
=> 0
[ gstg ] production>
```

It was added [when the initial vulnerability table][1] was created, however
appears to have never been used.

This MR ignores the column for step 1 of the
[3-MR drop column process][0]

related to: #268154
Changelog: deprecated

[0]:https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#dropping-columns
[1]:8ad1881c
parent ecfb6ff1
Loading
Loading
Loading
Loading
Please register or to comment