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

[Relay] [Refactor] Adjust relay schema for auto-incremental #463

Open
ryanycw opened this issue Aug 2, 2024 · 1 comment
Open

[Relay] [Refactor] Adjust relay schema for auto-incremental #463

ryanycw opened this issue Aug 2, 2024 · 1 comment

Comments

@ryanycw
Copy link
Member

ryanycw commented Aug 2, 2024

Description

As discussed in #447 (comment)_

Adjust the relay ReportHistory schema and make reportId autoincrement

https://github.com/chancehudson/anondb/blob/ed82c0a7a11a315344f19c0d79ddfb5f6edf5467/src/types.ts#L48

@ryanycw ryanycw changed the title Adjust relay schema for auto-incremental [Relay] [Refactor] Adjust relay schema for auto-incremental Oct 24, 2024
@ryanycw
Copy link
Member Author

ryanycw commented Dec 1, 2024

{
    name: 'reportId',
    type: 'Int',
    autoIncrement: true,
},

Something like this is doable, but requires more changes in the entire repo.

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

No branches or pull requests

1 participant