• M
    Add prefixes to namespace the SQL tables. (#177) · 4d1504ee
    Mark Haines 提交于
    * Add prefixes to namespace the SQL tables.
    
    This means that multiple components can share a single database schema
    without colliding with each other.
    
    Once this lands it will be possible to run a single monolithic dendrite
    against a single postgresql schema.
    
    Hopefully this will make trivial deployments and development easier.
    
    * Comment
    4d1504ee
storage.go 9.1 KB