Skip to content

Commit e6fa980

Browse files
committed
fix: update db schema
1 parent 52c73d0 commit e6fa980

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
timestamps: false
2+
13
columns:
24
class: string
35
config: text
46
retry_count: integer
57
status:
68
type: string
79
length: 50
10+
created_at:
11+
type: timestamp
12+
useCurrent: true
13+
useCurrentOnUpdate: true
14+
updated_at:
15+
type: timestamp
16+
useCurrent: true
17+
useCurrentOnUpdate: true

0 commit comments

Comments
 (0)