This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coinstorge/website/drizzle/0002_lonely_the_fallen.sql

2 lines
158 B
MySQL
Raw Normal View History

2025-07-15 19:42:25 +03:00
ALTER TABLE "coin" ADD COLUMN "trading_unlocks_at" timestamp;--> statement-breakpoint
ALTER TABLE "coin" ADD COLUMN "is_locked" boolean DEFAULT true NOT NULL;