Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/api/drizzle/0033_long_solo.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "user_wallets" ADD COLUMN "activated_at" timestamp with time zone;--> statement-breakpoint
UPDATE "user_wallets" SET "activated_at" = "created_at" AT TIME ZONE 'UTC' WHERE "address" IS NOT NULL;
Loading