blob: 1807027e1e8ffe95628c81c63e19a834d12b85e7 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
DELETE
FROM `eventmesh_dashboard_test`.store
WHERE TRUE;
ALTER TABLE `eventmesh_dashboard_test`.store
AUTO_INCREMENT = 1;
insert into eventmesh_dashboard_test.store (id, cluster_id, store_type, host, topic_list, diff_type, port, jmx_port, start_timestamp, rack, status,
create_time, update_time, endpoint_map)
values (1, -1, 1, '127.0.0.1', '', -1, 10910, -1, -1, '', 1, '2024-04-02 14:31:42', '2024-04-02 14:31:42', ''),
(2, -1, 1, '127.0.0.1', '', -1, 10911, -1, -1, '', 1, '2024-04-02 14:31:42', '2024-04-02 14:31:42', ''),
(3, -1, 1, '127.0.0.1', '', -1, 9876, -1, -1, '', 1, '2024-04-02 14:31:42', '2024-04-02 14:31:42', ''),
(4, -1, 5, '127.0.0.1', '', -1, 6379, -1, -1, '', 1, '2024-04-02 14:31:42', '2024-04-02 14:32:45', '');