Skip to content

Commit e040219

Browse files
committed
localized contribution.title field
1 parent 5841d1f commit e040219

File tree

16 files changed

+534
-35
lines changed

16 files changed

+534
-35
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "contributions" RENAME COLUMN "title" TO "title_en";--> statement-breakpoint
2+
ALTER TABLE "contributors" ALTER COLUMN "name_ar" DROP DEFAULT;--> statement-breakpoint
3+
ALTER TABLE "contributions" ADD COLUMN "title_ar" text DEFAULT '' NOT NULL;

0 commit comments

Comments
 (0)