Files
nekonest-cloud/drizzle/0015_phone_handoff_idempotency.sql

6 lines
268 B
SQL

ALTER TABLE `phone_handoff_tickets` ADD `completed_phone_id` text;
--> statement-breakpoint
ALTER TABLE `phone_handoff_tickets` ADD `completed_phone_token_hash` text;
--> statement-breakpoint
ALTER TABLE `phone_handoff_tickets` ADD `completed_route_handle_hash` text;