Skip to content

Commit 7928b84

Browse files
committed
[INLONG-4085][Manager] Not insert data in test SQL as the UT failed
1 parent bf52956 commit 7928b84

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

inlong-manager/manager-test/src/main/resources/sql/apache_inlong_manager.sql

-9
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,6 @@ CREATE TABLE IF NOT EXISTS `data_schema`
325325
UNIQUE KEY `unique_schema_name` (`name`)
326326
);
327327

328-
-- create default data schema
329-
INSERT INTO `data_schema` (name, agent_type, data_generate_rule, sort_type, time_offset)
330-
values ('m0_day', 'file_agent', 'day', 0, '-0d');
331-
332328
-- ----------------------------
333329
-- Table structure for stream_source_cmd_config
334330
-- ----------------------------
@@ -687,11 +683,6 @@ CREATE TABLE IF NOT EXISTS `user`
687683
UNIQUE KEY `unique_user_name_idx` (`name`)
688684
);
689685

690-
-- create default admin user, username is 'admin', password is 'inlong'
691-
INSERT INTO `user` (name, password, account_type, due_date, create_time, update_time, create_by, update_by)
692-
VALUES ('admin', '628ed559bff5ae36bd2184d4216973cf', 0, '2099-12-31 23:59:59',
693-
CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'inlong_init', 'inlong_init');
694-
695686
-- ----------------------------
696687
-- Table structure for user_role
697688
-- ----------------------------

0 commit comments

Comments
 (0)