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

Drop Sessions Table and Delete lib/tasks/sessions.rake #859

Merged
merged 3 commits into from
Aug 22, 2024

Commits on Aug 20, 2024

  1. Delete sessions.rake

    Our app has been using `cookie_store` for some time https://github.com/portagenetwork/roadmap/blob/deployment-portage/config/initializers/session_store.rb. As a result, this rake task is no longer needed.
    
    Also, this rake task is currently broken: https://app.rollbar.com/a/ualbertalib/fix/item/dmp_assistant/490
    aaronskiba committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9a9e6e2 View commit details
    Browse the repository at this point in the history
  2. Create and run migration to drop sessions table

    Our app is using the cookie_store https://github.com/portagenetwork/roadmap/blob/deployment-portage/config/initializers/session_store.rb. As a result, the sessions table is no longer needed.
    aaronskiba committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    124bc52 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update CHANGELOG.md

    aaronskiba committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5361188 View commit details
    Browse the repository at this point in the history