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

feat(db)!: Add a last-modified timestamp to each session. #731

Merged
merged 1 commit into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. feat(db)!: Add a last-modified timestamp to each session.

    Note that "modified" here means any edit, including session name
    changes. Read-only session queries don't update the timestamp.
    
    BREAKING CHANGE: this change requires a database migration. If you
    want to preserve your existing local PostgreSQL database, you must run
    the `deploy-local-db` script against it. Assuming your PostgreSQL
    Docker container is running, run this:
    
    nix run .#deploy-local-db
    
    Closes #247
    Closes https://linear.app/hackworthltd/issue/PRIM-20
    dhess committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9debe0a View commit details
    Browse the repository at this point in the history