🐛 Fix snapshot debug utils

This commit is contained in:
Andrey Antukh 2023-08-24 23:45:01 +02:00 committed by Andrés Moya
parent 90aab03a8f
commit 629322e505
3 changed files with 38 additions and 28 deletions

View file

@ -38,7 +38,6 @@
" from file_change "
" where file_id = ? "
" and created_at < ? "
" and label is not null "
" and data is not null "
" order by created_at desc "
" limit ?")