You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead, attach more metadata to the files table, instead of just "timestamp and local path", possibly add things like mtime, ctime, maybe inode number, that would let us possibly have more heuristics about the file, while also not having to do the large id migration, which, to be honest, is a lot of code (which has a bug, since i used ctime instead of mtime, so all files had incorrect timestamps when ordered in szurubooru. if anyone wants the fix script I can commit it, it's just not my proudest fix)
The text was updated successfully, but these errors were encountered:
instead, attach more metadata to the
files
table, instead of just "timestamp and local path", possibly add things like mtime, ctime, maybe inode number, that would let us possibly have more heuristics about the file, while also not having to do the large id migration, which, to be honest, is a lot of code (which has a bug, since i used ctime instead of mtime, so all files had incorrect timestamps when ordered in szurubooru. if anyone wants the fix script I can commit it, it's just not my proudest fix)The text was updated successfully, but these errors were encountered: