Skip to content

Add creation timestamp to links#27

Closed
google-labs-jules[bot] wants to merge 4 commits into
mainfrom
add-creation-timestamp
Closed

Add creation timestamp to links#27
google-labs-jules[bot] wants to merge 4 commits into
mainfrom
add-creation-timestamp

Conversation

@google-labs-jules

Copy link
Copy Markdown
Contributor

This change adds a created_at timestamp to links when they are created and adds a cleanup job to set the timestamp for existing links.

google-labs-jules Bot and others added 4 commits August 26, 2025 06:37
This commit introduces a `created_at` timestamp to the `Link` model and the corresponding database table.

When a new link is created, the current timestamp is now stored alongside it.

A cleanup job has also been added to the `run_periodic_cleanup` function. This job will find any existing links in the database that do not have a `created_at` timestamp and set it to the current time. This ensures that all links will have a creation timestamp.

A database migration has been added to create the new `created_at` column in the `LINKS` table.
This commit introduces a `created_at` timestamp to the `Link` model and the corresponding database table.

When a new link is created, the current timestamp is now stored alongside it.

A cleanup job has also been added to the `run_periodic_cleanup` function. This job will find any existing links in the database that do not have a `created_at` timestamp and set it to the current time. This ensures that all links will have a creation timestamp.

A database migration has been added to create the new `created_at` column in the `LINKS` table.

To fix the build error in the CI environment, a script `db/prepare_test_db.sh` has been added. This script installs `sqlx-cli` and runs the database migrations to prepare the database for compile-time checks. This script should be run in the CI environment before building the project.
This commit introduces a `created_at` timestamp to the `Link` model and the corresponding database table.

When a new link is created, the current timestamp is now stored alongside it.

A cleanup job has also been added to the `run_periodic_cleanup` function. This job will find any existing links in the database that do not have a `created_at` timestamp and set it to the current time. This ensures that all links will have a creation timestamp.

A database migration has been added to create the new `created_at` column in the `LINKS` table.

To fix the build error in the CI environment, a script `db/prepare_test_db.sh` has been added. This script installs `sqlx-cli` and runs the database migrations to prepare the database for compile-time checks. This script should be run in the CI environment before building the project.

This commit also makes the `prepare_test_db.sh` script more verbose to help with debugging in the CI environment.
@13hannes11
13hannes11 marked this pull request as ready for review October 2, 2025 11:01
@13hannes11 13hannes11 closed this Oct 2, 2025
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.

1 participant