Skip to content

Replace compound primary keys

Pre-release
Pre-release
Compare
Choose a tag to compare
@bijanvakili bijanvakili released this 22 Jun 19:47
· 99 commits to master since this release

Bug fixes:

  • Issue #26: Replace compound primary keys (entity_id, tick) on temporal clock tables with
    • Single column primary keys (id UUID column)
    • Unique constraint on (entity_id, tick)