diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-18 07:06:03 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-18 07:06:03 +0000 |
| commit | e3195a6534bae000a63e884ff647fac95d9d2498 (patch) | |
| tree | a75534ac746e4054a573978bc550fd2d835de8c4 /migrations/017_add_bugs_resolved_at.sql | |
| parent | e72305237e16a8c32fb017261cce129a25d70e65 (diff) | |
chore: autocommit uncommitted changes
Diffstat (limited to 'migrations/017_add_bugs_resolved_at.sql')
| -rw-r--r-- | migrations/017_add_bugs_resolved_at.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/017_add_bugs_resolved_at.sql b/migrations/017_add_bugs_resolved_at.sql new file mode 100644 index 0000000..836b1d2 --- /dev/null +++ b/migrations/017_add_bugs_resolved_at.sql @@ -0,0 +1,2 @@ +-- Add resolved_at column to bugs table for tracking resolution status +ALTER TABLE bugs ADD COLUMN resolved_at DATETIME; |
