Skip to content

fix: migrate to 64bit timestamps - #1842

Open
Conni2461 wants to merge 3 commits into
NixOS:masterfrom
helsinki-systems:fix/64bit-timestamps
Open

fix: migrate to 64bit timestamps#1842
Conni2461 wants to merge 3 commits into
NixOS:masterfrom
helsinki-systems:fix/64bit-timestamps

Conversation

@Conni2461

Copy link
Copy Markdown
Member

No description provided.

ALTER TABLE CachedPathInputs ALTER COLUMN timestamp TYPE bigint;
ALTER TABLE CachedPathInputs ALTER COLUMN lastSeen TYPE bigint;

ALTER TABLE CachedCVSInputs ALTER COLUMN timestamp TYPE bigint;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't that VCS?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What. It isn't

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could rename the table in the same migration

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would support doing the rename, I don't care if it is in this migration or a latter one.

@Conni2461
Conni2461 force-pushed the fix/64bit-timestamps branch from 1c7b5a0 to 54bedee Compare July 28, 2026 16:20
@Conni2461
Conni2461 force-pushed the fix/64bit-timestamps branch from 54bedee to 0071401 Compare July 28, 2026 16:40
@Conni2461
Conni2461 force-pushed the fix/64bit-timestamps branch from 0071401 to 4cbed16 Compare July 28, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants