Add niceid

This commit is contained in:
Owen
2025-12-06 17:24:00 -05:00
parent 6329c3d140
commit 58177f4a02
2 changed files with 3 additions and 2 deletions

View File

@@ -644,6 +644,7 @@ export const clients = pgTable("clients", {
// optionally tied to a user and in this case delete when the user deletes
onDelete: "cascade"
}),
niceId: varchar("niceId").notNull(),
olmId: text("olmId"), // to lock it to a specific olm optionally
name: varchar("name").notNull(),
pubKey: varchar("pubKey"),