mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-30 17:50:07 +08:00
1d58d5b80d
* feat(image-hosting): add custom domain providers * test(image-hosting): cover custom domain provider flows
6 lines
541 B
SQL
6 lines
541 B
SQL
ALTER TABLE `image_hosting_configs` RENAME COLUMN "cf_hostname_id" TO "provider_hostname_id";--> statement-breakpoint
|
|
ALTER TABLE `image_hosting_configs` ADD `domain_provider` text;--> statement-breakpoint
|
|
ALTER TABLE `image_hosting_configs` ADD `domain_status` text;--> statement-breakpoint
|
|
ALTER TABLE `image_hosting_configs` ADD `domain_error` text;--> statement-breakpoint
|
|
ALTER TABLE `image_hosting_configs` ADD `verification_token` text;--> statement-breakpoint
|
|
ALTER TABLE `image_hosting_configs` ADD `domain_last_checked_at` integer; |