feat: establish NekoNest Cloud control and relay
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE `phone_handoff_tickets` ADD `activation_nonce` text;
|
||||
--> statement-breakpoint
|
||||
ALTER TABLE `phone_handoff_tickets` ADD `activated_at` text;
|
||||
--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX `idx_phone_handoff_activation_nonce`
|
||||
ON `phone_handoff_tickets` (`activation_nonce`);
|
||||
Reference in New Issue
Block a user