mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +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
|
-- AlterTable
|
||||||
ALTER TABLE "Chat" ALTER COLUMN "createdById" DROP NOT NULL;
|
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