mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Clarification on comment
This commit is contained in:
parent
cbc62d176b
commit
247da6d862
|
|
@ -48,7 +48,7 @@ func NewDatabase(dbProperties *config.DatabaseOptions) (*SyncServerDatasource, e
|
|||
}
|
||||
d.writer = sqlutil.NewDummyWriter()
|
||||
|
||||
// Make sure the required, for most tables, exists.
|
||||
// Make sure the required sequence, for most tables, exists. Must be executed before anything else.
|
||||
if _, err = d.db.Exec(createSequence); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue