Quote the user table table for postgres

Fixes #11
This commit is contained in:
Gary Kramlich
2022-02-14 16:46:42 -06:00
parent c1bdbd80f6
commit 6a688f01b7
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ CREATE TABLE puppet (
enable_presence BOOLEAN NOT NULL DEFAULT true
);
CREATE TABLE user (
CREATE TABLE "user" (
mxid TEXT PRIMARY KEY,
id TEXT UNIQUE,