Remove version from Room
We won't need it once we add the per-room lock.
This commit is contained in:
parent
c3d556d9bd
commit
4c1b4953c1
5 changed files with 37 additions and 53 deletions
|
@ -36,7 +36,6 @@ CREATE INDEX "index_contacts_user_id_b" ON "contacts" ("user_id_b");
|
|||
|
||||
CREATE TABLE "rooms" (
|
||||
"id" INTEGER PRIMARY KEY,
|
||||
"version" INTEGER NOT NULL,
|
||||
"live_kit_room" VARCHAR NOT NULL
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue