feat: establish NekoNest Cloud control and relay

This commit is contained in:
2026-08-12 23:25:43 +08:00
commit f27606b709
222 changed files with 71456 additions and 0 deletions
@@ -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`);