Skip to content

Commit 01fcc62

Browse files
committed
name to name_en and added name_ar
1 parent 86a8cca commit 01fcc62

File tree

14 files changed

+561
-26
lines changed

14 files changed

+561
-26
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ALTER TABLE "contributors" RENAME COLUMN "name" TO "name_en";--> statement-breakpoint
2+
ALTER TABLE "contributor_repository_relation" ALTER COLUMN "run_id" DROP DEFAULT;--> statement-breakpoint
3+
ALTER TABLE "project_tag_relation" ALTER COLUMN "run_id" DROP DEFAULT;--> statement-breakpoint
4+
ALTER TABLE "repositories" ALTER COLUMN "run_id" DROP DEFAULT;--> statement-breakpoint
5+
ALTER TABLE "tags" ALTER COLUMN "run_id" DROP DEFAULT;--> statement-breakpoint
6+
ALTER TABLE "contributors" ADD COLUMN "name_ar" text DEFAULT '' NOT NULL;

0 commit comments

Comments
 (0)