mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 23:21:30 -07:00
misc rooms endpoints, friends
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Rename the `rooms` table to `room`, matching the singular naming of the other
|
||||
-- tables (`interaction`, `room_instance`). SQLite carries the generated columns
|
||||
-- and the idx_rooms_* indexes over to the renamed table automatically, so this
|
||||
-- is the whole change. SCHEMA_DDL in src/rooms-db.ts already creates `room`.
|
||||
|
||||
ALTER TABLE rooms RENAME TO room;
|
||||
Reference in New Issue
Block a user