mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
Fix typo in table name
This commit is contained in:
parent
fd5fc90cc4
commit
9f1a786f0b
|
|
@ -38,7 +38,7 @@ CREATE TABLE IF NOT EXISTS account_data_type (
|
|||
CONSTRAINT account_data_unique UNIQUE (user_id, room_id, type)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS account_data_id_idx ON account_data(id);
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS account_data_id_idx ON account_data_type(id);
|
||||
`
|
||||
|
||||
const insertAccountDataSQL = "" +
|
||||
|
|
|
|||
Loading…
Reference in a new issue