Update public data SQL (to fix 00:00:00 manifest timestamps)
I was surprised to find that ~65k `swf_assets` records had their `manifest_cached_at` timestamp set to `0000-00-00 00:00:00`? I don't literally see where in the code that could happen. Maybe it's old? Anyway, it's causing a problem with the utf8 database migration I'm working on, so I manually set all of those to `NULL` and saving this so I can test the new migration against it!
This commit is contained in:
parent
c7950c0af2
commit
eb915ae851
2 changed files with 1 additions and 1 deletions
|
@ -102,4 +102,4 @@ UNLOCK TABLES;
|
|||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2024-02-27 17:54:22
|
||||
-- Dump completed on 2024-02-28 18:06:06
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue