backen: jwt
This commit is contained in:
16
mariadb/data/dms/v_kpi_rfa_without_items.frm
Normal file
16
mariadb/data/dms/v_kpi_rfa_without_items.frm
Normal file
@@ -0,0 +1,16 @@
|
||||
TYPE=VIEW
|
||||
query=select `c`.`corr_id` AS `corr_id`,`c`.`project_id` AS `project_id`,`c`.`correspondence_number` AS `rfa_no`,`c`.`title` AS `title`,`c`.`created_at` AS `created_at` from (`dms`.`correspondences` `c` join `dms`.`correspondence_types` `t` on(`t`.`type_id` = `c`.`correspondence_type_id` and `t`.`type_code` = \'RFA\')) where !exists(select 1 from `dms`.`rfa_items` `ri` where `ri`.`rfa_corr_id` = `c`.`corr_id` limit 1)
|
||||
md5=f884fd4e12e77102350111286f911736
|
||||
updatable=1
|
||||
algorithm=0
|
||||
definer_user=root
|
||||
definer_host=localhost
|
||||
suid=2
|
||||
with_check_option=0
|
||||
timestamp=0001759220390367213
|
||||
create-version=2
|
||||
source=SELECT c.corr_id, c.project_id, c.correspondence_number AS rfa_no, c.title, c.created_at\nFROM correspondences c\nJOIN correspondence_types t ON t.type_id = c.correspondence_type_id AND t.type_code=\'RFA\'\nWHERE NOT EXISTS (SELECT 1 FROM rfa_items ri WHERE ri.rfa_corr_id=c.corr_id)
|
||||
client_cs_name=utf8mb4
|
||||
connection_cl_name=utf8mb4_general_ci
|
||||
view_body_utf8=select `c`.`corr_id` AS `corr_id`,`c`.`project_id` AS `project_id`,`c`.`correspondence_number` AS `rfa_no`,`c`.`title` AS `title`,`c`.`created_at` AS `created_at` from (`dms`.`correspondences` `c` join `dms`.`correspondence_types` `t` on(`t`.`type_id` = `c`.`correspondence_type_id` and `t`.`type_code` = \'RFA\')) where !exists(select 1 from `dms`.`rfa_items` `ri` where `ri`.`rfa_corr_id` = `c`.`corr_id` limit 1)
|
||||
mariadb-version=101114
|
||||
Reference in New Issue
Block a user