mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Continued MySQL/PostgreSQL store provider refactoring
Refactored, renamed, removed storage related code. Basic smoke test passed for PostgreSQL whilst fully working on MySQL variants as per usual.
This commit is contained in:
parent
b455e5eaf5
commit
97beb3f4d3
81 changed files with 1454 additions and 1497 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
// Store provides data access to document/section attachments information.
|
||||
type Store struct {
|
||||
store.Context
|
||||
domain.AttachmentStorer
|
||||
store.AttachmentStorer
|
||||
}
|
||||
|
||||
// Add inserts the given record into the database attachement table.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue