luckyframework / luckyframework/avram
Document or add helper for changing sequence from Int32 -> Int64
Open
- Dominant language
- Crystal
- Stars
- 183
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
`ALTER SEQUENCE users_id_seq AS bigint`
Maybe `change_sequence_type id : Int64` to match `change_type`?
https://gitter.im/luckyframework/Lobby?at=5d7c527f5d40aa0d7d31bbbc
Contributor guide
Research direction
Start by locating the migration helper that implements change_type and any sequence-related code in Avram. Check the PostgreSQL migration documentation and the discussion linked in the issue to determine whether documentation or a helper is expected. Done means the chosen approach clearly supports changing a sequence from Int32 to Int64.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal, postgresql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100