Create a migration that adds a report type column to the reports table. This column should default to the value of "agent" if unset in the migration. This change allows reports gathered by running a bolt plan to be identified in pdb.
Added a new non-null column to the reports table to support the storage of reports generated by Bolt Plans. We highly recommend upgrading to PostgreSQL 11 or greater before upgrading to PuppetDB 6.11.0. PostgreSQL 11 includes performance improvements which make adding a non-null column with a default value much faster.
Added a new non-null column to the reports table to support the storage of reports generated by Bolt Plans. We highly recommend upgrading to PostgreSQL 11 or greater before upgrading to PuppetDB 6.11.0. PostgreSQL 11 includes performance improvements which make adding a non-null column with a default value much faster.