Skip to content

Conversation

@darrell-d
Copy link
Contributor

Changes Proposed

Adds published column to packages table.

Note: I think packages is the right place to do this as we have a cascade delete from packages to files. All of our other delete operations work on the packages and cascade down to the file.

Checklist

  • ran migration locally to verify column showed up
  • I have considered any possible security implications of this change
  • I have considered deployment issues.

Introduces a new 'published' Boolean field to the Package case class and the PackagesTable database mapping to track publication status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants