diff options
Diffstat (limited to 'db/migrations/0167_clever_wolf_cub.sql')
| -rw-r--r-- | db/migrations/0167_clever_wolf_cub.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0167_clever_wolf_cub.sql b/db/migrations/0167_clever_wolf_cub.sql new file mode 100644 index 00000000..780c35f3 --- /dev/null +++ b/db/migrations/0167_clever_wolf_cub.sql @@ -0,0 +1,3 @@ +ALTER TABLE "users" ADD COLUMN "is_active" boolean DEFAULT true NOT NULL;--> statement-breakpoint +ALTER TABLE "users" ADD COLUMN "deactivated_at" timestamp with time zone;--> statement-breakpoint +ALTER TABLE "users" ADD COLUMN "deactivation_reason" varchar(50);
\ No newline at end of file |
