Rename store Namespace / Prefix options to Database and Table (#1492)
* Rename Namespace to DB, Rename Prefix to table, Remove Suffix Option * Rename options * Rename options * Add store_table option * Table per service, not Database per service
This commit is contained in:
@@ -19,7 +19,7 @@ func NewScope(s store.Store, prefix string) Scope {
|
||||
|
||||
func (s *Scope) Options() store.Options {
|
||||
o := s.Store.Options()
|
||||
o.Prefix = s.prefix
|
||||
o.Table = s.prefix
|
||||
return o
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user