matrix-org/dendrite
Move db-level SQL statements to the file which implements the storage interface
開放
#963 建立於 2020年4月14日
T-Taskgood first issue
倉庫指標
- 星標
- (5,632 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
In several places for postgres, we CREATE SEQUENCE .... We do this for every table which uses the sequence, partly for clarity and partly so we don't assume someone else has done it for us.
Instead, we should put these database-level SQL queries in a dedicated section, rather than in each _table.go.