This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Move db-level SQL statements to the file which implements the storage interface #963
Labels
good first issue
Want to help with Dendrite? These are the issues to start with!
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
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
.The text was updated successfully, but these errors were encountered: