You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Summary
This creates a special case where it will only log a message that says that all PKs have been replaced with `_cq_id` for a specific table...
Text: fmt.Sprintf("Table %s: all existing primary key constraints have been removed and a primary key new constraint has been added to `_cq_id`", backtickStrings(table)...),
name: "Special Case - don't report removal of pks, only end state",
266
+
diffDataFile: "testdata/pr_100644_diff.txt",
267
+
wantChanges: []change{
268
+
{
269
+
Text: "Table `aws_accessanalyzer_analyzers`: all existing primary key constraints have been removed and a primary key new constraint has been added to `_cq_id`",
0 commit comments