mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
2 lines
150 B
SQL
2 lines
150 B
SQL
ALTER TABLE "users" RENAME COLUMN "timezone" TO "language";--> statement-breakpoint
|
|
ALTER TABLE "users" ALTER COLUMN "language" SET DEFAULT 'english'; |