• M
    Use a shared PostgreSQL sequence to generate ids. (#237) · b91b3e72
    Mark Haines 提交于
    * Use a shared PostgreSQL sequence to generate ids.
    
    Share an auto incrementing sequnce between the account data and
    the room event table.
    This means that account data updates can be received independantly of
    room events updates.
    
    This should give some basic support for fixing #212
    
    * Remove redundant 'primary key'
    
    * Re-number the SQL arguments
    
    * Fewer lies in comments
    b91b3e72
account_data_table.go 4.1 KB