4
pkg/coredata/migrations/20250805T123605Z.sql
Normal file
4
pkg/coredata/migrations/20250805T123605Z.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE emails
|
||||
SET created_at = sent_at,
|
||||
updated_at = sent_at
|
||||
WHERE created_at < '2000-01-01';
|
||||
Reference in New Issue
Block a user