mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
✨ Soft delete participants (#1193)
This commit is contained in:
parent
8384128246
commit
6df4405cf4
3 changed files with 11 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "participants" ADD COLUMN "deleted" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN "deleted_at" TIMESTAMP(3);
|
Loading…
Add table
Add a link
Reference in a new issue