Skip to content

BUG: teams and users tables missing updated_at triggers #238

@g-k-s-03

Description

@g-k-s-03

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Problem

In main, only the tickets table has an updated_at trigger.
The teams and users tables are missing it, causing inconsistent
timestamp tracking across the database.

Current Behavior

  • tickets → has updated_at trigger ✓
  • teams → missing updated_at trigger ✗
  • users → missing updated_at trigger ✗

Expected Behavior

All three tables should automatically update the updated_at
column whenever a row is modified.

Fix

Add update_updated_at_column() trigger to both
teams and users tables.

Impact

Low — not breaking anything but causes inconsistent
timestamp data across tables.

Record

  • I agree to follow this project's Code of Conduct
  • I want to work on this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions