mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 13:35:13 +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'; |