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

Add updated_at field to task #590

Merged
merged 4 commits into from
Jun 21, 2022
Merged

Add updated_at field to task #590

merged 4 commits into from
Jun 21, 2022

Commits on Jun 21, 2022

  1. Fix indentantion

    anarute committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7dd8c2e View commit details
    Browse the repository at this point in the history
  2. Add updated_at column to task table

    It will be used mainly to track when users update their vacation plans
    anarute committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    187ddde View commit details
    Browse the repository at this point in the history
  3. Start storing when a user update a task

    Whenever a task is created or updated, save the current moment
    in the updated_at column.
    anarute committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    92e0b7a View commit details
    Browse the repository at this point in the history
  4. Remove unused update method

    anarute committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fa1d090 View commit details
    Browse the repository at this point in the history