Merge pull request #258 from ouchadam/release-candidate
[Auto] Release Candidate
This commit is contained in:
commit
5c4ff454ea
|
@ -0,0 +1,4 @@
|
|||
CREATE TABLE IF NOT EXISTS dbMutedRoom (
|
||||
room_id TEXT NOT NULL,
|
||||
PRIMARY KEY (room_id)
|
||||
);
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"code": 27,
|
||||
"name": "06/11/2022-V2"
|
||||
"code": 28,
|
||||
"name": "07/11/2022-V1"
|
||||
}
|
Loading…
Reference in New Issue