Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a created at field #77

Merged
merged 8 commits into from
Mar 3, 2025
Merged

Add a created at field #77

merged 8 commits into from
Mar 3, 2025

Conversation

talvasconcelos
Copy link
Collaborator

Adds a created at and updated at field to the paylinks

Adds the created at in the table and allows sorting by

@talvasconcelos talvasconcelos requested review from dni and motorina0 March 3, 2025 11:24
)

now = int(time())
await db.execute(
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this required?
the new columns are NOT NULL and have default value.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i removed not null, so yes

@motorina0 motorina0 merged commit 2118c8c into main Mar 3, 2025
14 checks passed
@motorina0 motorina0 deleted the add_created_at branch March 3, 2025 17:01
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.

2 participants