Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Asset.previous field #2008

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Remove Asset.previous field #2008

merged 2 commits into from
Oct 24, 2024

Commits on Oct 23, 2024

  1. Remove Asset.previous field

    Now that audit is implemented, we can remove the `previous` field from
    the `Asset` model. This field was used to store the previous version of
    an asset, but it is no longer needed since we can track changes using
    the audit log.
    mvandenburgh committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9010966 View commit details
    Browse the repository at this point in the history
  2. Update test data

    mvandenburgh committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a3c3288 View commit details
    Browse the repository at this point in the history