mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
2 lines
164 B
SQL
2 lines
164 B
SQL
ALTER TABLE "apikey" RENAME COLUMN "user_id" TO "reference_id";--> statement-breakpoint
|
|
ALTER TABLE "apikey" ADD COLUMN "config_id" text NOT NULL DEFAULT 'default'; |