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

fix(migrations/sqlite)!: add default for sqlite asset/relation created_at #16

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

rynmrtn
Copy link
Collaborator

@rynmrtn rynmrtn commented Jul 18, 2023

the init migration for sqllite did not specify a default for the created_at column in both asset and relation tables.

This adds this to the migration scripts to resolve this bug.

…d_at

the init migration for sqllite did not specify a default
for the created_at column in both `asset` and `relation` tables.

This adds this to the migration scripts to resolve this bug.
@rynmrtn rynmrtn requested a review from caffix July 18, 2023 20:51
@rynmrtn rynmrtn changed the base branch from master to develop July 18, 2023 20:51
Copy link
Contributor

@caffix caffix left a comment

Choose a reason for hiding this comment

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

Thank you!

@rynmrtn rynmrtn merged commit df3a71a into owasp-amass:develop Jul 18, 2023
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