diff --git a/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql b/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql index fa5804da931bee3b801e407a3c91be34242f81d5..0c1c06a2d605ca5d0ccd9aa8d76f2aa99055f773 100644 --- a/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql +++ b/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql @@ -8,5 +8,4 @@ SELECT a.`uuid`, 'common', 'alluser', 'view' FROM catalog a LEFT JOIN `catalog_authority` b ON b.`catalog_uuid` = a.`uuid` WHERE b.`catalog_uuid` IS NULL; -UPDATE `channel` SET `is_active_priority` = 0, `is_display_priority` = 0 -WHERE `uuid` NOT IN (SELECT DISTINCT `channel_uuid` FROM `channel_priority`); \ No newline at end of file +UPDATE `channel` SET `is_active_priority` = 0, `is_display_priority` = 0 WHERE `uuid` NOT IN (SELECT DISTINCT `channel_uuid` FROM `channel_priority`); \ No newline at end of file