小程序后端接入 talkingq 共享库并新增消息与定位能力

This commit is contained in:
stu2not
2026-04-20 20:07:35 +08:00
parent e7fe92b863
commit 24b1d1025b
22 changed files with 3469 additions and 762 deletions

View File

@@ -1,5 +1,12 @@
-- Current MySQL schema for mini-program
-- Deprecated for shared deployments.
-- If `mini-program` and `talkingq-url` run on the same MySQL instance,
-- use `database/talkingq_shared_schema.sql` to initialize the single
-- source-of-truth database `talkingq`.
--
-- This file is kept only for legacy isolated development of mini-program.
CREATE DATABASE IF NOT EXISTS mini_program
DEFAULT CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;