小程序后端接入 talkingq 共享库并新增消息与定位能力
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user