- Extended `passwordHash` field length in `users` schema from 100 to 255. - Added migration snapshot for schema updates.
2 lines
189 B
SQL
2 lines
189 B
SQL
ALTER TABLE "users" ADD COLUMN "show_online_status" boolean DEFAULT true NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "users" ADD COLUMN "show_read_receipts" boolean DEFAULT true NOT NULL; |