Files
neutrino-proxy/neutrino-proxy-server/src/main/resources/sql/h2/license.data.sql
T
xiaojie f0a61a1d30 无需部署客户端待完成
服务端直接转发功能 后续将通过集成nginx来实现服务端转发
2024-06-25 10:12:38 +08:00

4 lines
204 B
SQL

#license
INSERT INTO license(`id`, `name`, `key`, `user_id`, `is_online`, `enable`, `create_time`, `update_time`) VALUES
(1, '测试客户端', 'b0a907332b474b25897c4dcb31fc7eb6', 1, 1, 1, now(), now());