stock.geolock.fr/apps/api/drizzle/0004_naive_rattler.sql
2026-02-24 16:10:30 +00:00

13 lines
1.1 KiB
SQL

ALTER TABLE "order_imeis" ADD COLUMN "fota_model" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_serial" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_current_firmware" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_activity_status" integer;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_seen_at" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_company_id" integer;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_company_name" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_group_id" integer;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_group_name" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_lookup_error" text;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_last_lookup_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_moved_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "order_imeis" ADD COLUMN "fota_move_error" text;