mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
nit
This commit is contained in:
parent
3d88505257
commit
f46598fddb
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-- Set all chats created by the guest user (id: 1) to have a NULL createdById.
|
||||
UPDATE "Chat" SET "createdById" = NULL WHERE "createdById" = '1';
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Chat" ALTER COLUMN "createdById" DROP NOT NULL;
|
||||
|
||||
-- Set all chats created by the guest user (id: 1) to have a NULL createdById.
|
||||
UPDATE "Chat" SET "createdById" = NULL WHERE "createdById" = '1';
|
||||
|
|
|
|||
Loading…
Reference in a new issue