The schema has ctime INTEGER NOT NULL and the File model has CTime time.Time. However, the scanner should be verified to actually populate ctime correctly on all platforms. On macOS, ctime is birth time; on Linux it is inode change time. This difference should be documented.
Also verify that the exported snapshot database includes ctime and that restore sets it where possible.
The schema has `ctime INTEGER NOT NULL` and the `File` model has `CTime time.Time`. However, the scanner should be verified to actually populate ctime correctly on all platforms. On macOS, ctime is birth time; on Linux it is inode change time. This difference should be documented.
Also verify that the exported snapshot database includes ctime and that restore sets it where possible.
Ref: parent issue #1
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The schema has
ctime INTEGER NOT NULLand theFilemodel hasCTime time.Time. However, the scanner should be verified to actually populate ctime correctly on all platforms. On macOS, ctime is birth time; on Linux it is inode change time. This difference should be documented.Also verify that the exported snapshot database includes ctime and that restore sets it where possible.
Ref: parent issue #1
Closing: sneak decided to remove ctime entirely rather than fix its population. New issue will track ctime removal from schema, model, and scanner.