We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977c7cd commit cac4761Copy full SHA for cac4761
1 file changed
database_admin/migrations/142_split_system_platform.up.sql
@@ -105,8 +105,7 @@ INSERT INTO system_inventory (
105
stale_timestamp,
106
stale_warning_timestamp,
107
culled_timestamp
108
-FROM system_platform sp
109
-WHERE sp.stale = false;
+FROM system_platform sp;
110
111
SELECT setval('system_inventory_id_seq', (SELECT MAX(id) FROM system_inventory));
112
@@ -578,8 +577,7 @@ INSERT INTO system_patch SELECT
578
577
applicable_advisory_bug_count_cache,
579
applicable_advisory_sec_count_cache,
580
template_id
581
582
583
584
do $$ begin RAISE NOTICE 'Data loaded into system_patch'; end $$;
585
0 commit comments