Skip to content

Conversation

@tejasbadadare
Copy link
Contributor

@tejasbadadare tejasbadadare commented Aug 7, 2025

Summary

  • Followup to fix(fortuna): set last_updated_at correctly, use ms precision #2937 - millisecond timestamps don't fit in a 32 bit INTEGER, we need to migrate the columns to 64 bit BIGINT. Unfortunately sqlite doesn't support ALTER'ing columns, so this needs to be a manual migration (drop the tables, recreate.) Took the opportunity to unify the migrations into one file.

    • Manually tested, works with both sqlite and PG.
  • Bonus: add schema to Bytes type to get rid of the warning in the Swagger UI

@vercel
Copy link

vercel bot commented Aug 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
developer-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
entropy-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
entropy-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 10:43pm

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.

3 participants