mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
4 lines
256 B
SQL
4 lines
256 B
SQL
ALTER TABLE "kyoo"."entries" ALTER COLUMN "order" SET DATA TYPE real;--> statement-breakpoint
|
|
ALTER TABLE "kyoo"."entries_translation" ADD COLUMN "tagline" text;--> statement-breakpoint
|
|
ALTER TABLE "kyoo"."season_translation" DROP COLUMN IF EXISTS "logo";
|