Fixed sql test data

This commit is contained in:
Igor Kulikov 2022-05-23 12:41:14 +03:00
parent 841f9d5ff6
commit 421624f3d4

View File

@ -26,13 +26,13 @@ VALUES ( '61441950-4612-11e7-a919-92ebcb67fe33', 1592576748000, '5a797660-4612-1
'$2a$10$5JTB8/hxWc9WAy62nCGSxeefl3KWmipA9nFpVdDa0/xfIseeBB4Bu' ); '$2a$10$5JTB8/hxWc9WAy62nCGSxeefl3KWmipA9nFpVdDa0/xfIseeBB4Bu' );
/** System settings **/ /** System settings **/
INSERT INTO admin_settings ( id, created_time, key, json_value ) INSERT INTO admin_settings ( id, created_time, tenant_id, key, json_value )
VALUES ( '6a2266e4-4612-11e7-a919-92ebcb67fe33', 1592576748000, 'general', '{ VALUES ( '6a2266e4-4612-11e7-a919-92ebcb67fe33', 1592576748000, '13814000-1dd2-11b2-8080-808080808080', 'general', '{
"baseUrl": "http://localhost:8080" "baseUrl": "http://localhost:8080"
}' ); }' );
INSERT INTO admin_settings ( id, created_time, key, json_value ) INSERT INTO admin_settings ( id, created_time, tenant_id, key, json_value )
VALUES ( '6eaaefa6-4612-11e7-a919-92ebcb67fe33', 1592576748000, 'mail', '{ VALUES ( '6eaaefa6-4612-11e7-a919-92ebcb67fe33', 1592576748000, '13814000-1dd2-11b2-8080-808080808080', 'mail', '{
"mailFrom": "Thingsboard <sysadmin@localhost.localdomain>", "mailFrom": "Thingsboard <sysadmin@localhost.localdomain>",
"smtpProtocol": "smtp", "smtpProtocol": "smtp",
"smtpHost": "localhost", "smtpHost": "localhost",