Skip to content

Commit a0eb0f7

Browse files
authored
Add updated_at column to sourcify_matches config (#1)
1 parent 79b8d04 commit a0eb0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
'creation_match': 'string',
128128
'runtime_match': 'string',
129129
'created_at': 'datetime64[ns]',
130+
'updated_at': 'datetime64[ns]',
130131
'metadata': 'json'
131132
},
132133
'chunk_size': 10000,

0 commit comments

Comments
 (0)