mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
2 lines
No EOL
149 B
SQL
2 lines
No EOL
149 B
SQL
ALTER TABLE "users" ADD COLUMN "stripe_customer_id" text;--> statement-breakpoint
|
|
ALTER TABLE "users" ADD COLUMN "tier" text DEFAULT 'free' NOT NULL; |