0020_next_juggernaut.sql 334 B

1234
  1. ALTER TABLE "users" ADD COLUMN "limit_5h_usd" numeric(10, 2);--> statement-breakpoint
  2. ALTER TABLE "users" ADD COLUMN "limit_weekly_usd" numeric(10, 2);--> statement-breakpoint
  3. ALTER TABLE "users" ADD COLUMN "limit_monthly_usd" numeric(10, 2);--> statement-breakpoint
  4. ALTER TABLE "users" ADD COLUMN "limit_concurrent_sessions" integer;