@@ -4318,6 +4318,7 @@ func TestPgTables(t *testing.T) {
43184318 {"public" , "dolt_remotes" },
43194319 {"public" , "dolt_schema_conflicts" },
43204320 {"public" , "dolt_status" },
4321+ {"public" , "dolt_status_ignored" },
43214322 {"public" , "dolt_tags" },
43224323 {"public" , "dolt_workspace_t1" },
43234324 {"public" , "dolt_workspace_t2" },
@@ -4341,6 +4342,7 @@ func TestPgTables(t *testing.T) {
43414342 {"dolt" , "remote_branches" },
43424343 {"dolt" , "remotes" },
43434344 {"dolt" , "status" },
4345+ {"dolt" , "status_ignored" },
43444346 },
43454347 },
43464348 },
@@ -5698,6 +5700,7 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
56985700 {"dolt" , "remote_branches" , "postgres" , nil , "f" , "f" , "f" , "f" },
56995701 {"dolt" , "remotes" , "postgres" , nil , "f" , "f" , "f" , "f" },
57005702 {"dolt" , "status" , "postgres" , nil , "f" , "f" , "f" , "f" },
5703+ {"dolt" , "status_ignored" , "postgres" , nil , "f" , "f" , "f" , "f" },
57015704 {"public" , "dolt_branches" , "postgres" , nil , "f" , "f" , "f" , "f" },
57025705 {"public" , "dolt_column_diff" , "postgres" , nil , "f" , "f" , "f" , "f" },
57035706 {"public" , "dolt_commit_ancestors" , "postgres" , nil , "f" , "f" , "f" , "f" },
@@ -5711,6 +5714,7 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
57115714 {"public" , "dolt_remotes" , "postgres" , nil , "f" , "f" , "f" , "f" },
57125715 {"public" , "dolt_schema_conflicts" , "postgres" , nil , "f" , "f" , "f" , "f" },
57135716 {"public" , "dolt_status" , "postgres" , nil , "f" , "f" , "f" , "f" },
5717+ {"public" , "dolt_status_ignored" , "postgres" , nil , "f" , "f" , "f" , "f" },
57145718 {"public" , "dolt_tags" , "postgres" , nil , "f" , "f" , "f" , "f" },
57155719 {"s1" , "dolt_branches" , "postgres" , nil , "f" , "f" , "f" , "f" },
57165720 {"s1" , "dolt_column_diff" , "postgres" , nil , "f" , "f" , "f" , "f" },
@@ -5730,6 +5734,7 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
57305734 {"s1" , "dolt_remotes" , "postgres" , nil , "f" , "f" , "f" , "f" },
57315735 {"s1" , "dolt_schema_conflicts" , "postgres" , nil , "f" , "f" , "f" , "f" },
57325736 {"s1" , "dolt_status" , "postgres" , nil , "f" , "f" , "f" , "f" },
5737+ {"s1" , "dolt_status_ignored" , "postgres" , nil , "f" , "f" , "f" , "f" },
57335738 {"s1" , "dolt_tags" , "postgres" , nil , "f" , "f" , "f" , "f" },
57345739 {"s1" , "dolt_workspace_t1" , "postgres" , nil , "f" , "f" , "f" , "f" },
57355740 {"s1" , "t1" , "postgres" , nil , "t" , "f" , "f" , "f" },
@@ -5761,6 +5766,7 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
57615766 {341706375 , "dolt_remotes" , 2200 , "r" },
57625767 {3210116770 , "dolt_schema_conflicts" , 2200 , "r" },
57635768 {1060579466 , "dolt_status" , 2200 , "r" },
5769+ {1523309269 , "dolt_status_ignored" , 2200 , "r" },
57645770 {1807684176 , "dolt_tags" , 2200 , "r" },
57655771 {1763579892 , "dolt_branches" , 1634633383 , "r" },
57665772 {1212681264 , "dolt_column_diff" , 1634633383 , "r" },
@@ -5780,6 +5786,7 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
57805786 {373092098 , "dolt_remotes" , 1634633383 , "r" },
57815787 {225426095 , "dolt_schema_conflicts" , 1634633383 , "r" },
57825788 {3554775706 , "dolt_status" , 1634633383 , "r" },
5789+ {1227149778 , "dolt_status_ignored" , 1634633383 , "r" },
57835790 {3246414078 , "dolt_tags" , 1634633383 , "r" },
57845791 {1640933374 , "dolt_workspace_t1" , 1634633383 , "r" },
57855792 {2849341124 , "t1" , 1634633383 , "r" },
@@ -5797,6 +5804,7 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
57975804 {148630507 , "remote_branches" , 1882653564 , "r" },
57985805 {1670572237 , "remotes" , 1882653564 , "r" },
57995806 {3431637196 , "status" , 1882653564 , "r" },
5807+ {3418072419 , "status_ignored" , 1882653564 , "r" },
58005808 },
58015809 },
58025810 },
@@ -5921,13 +5929,21 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
59215929 {1212681264 , "diff_type" , 25 , 8 , "t" , "f" , "f" },
59225930 {1218627310 , "table" , 25 , 1 , "t" , "f" , "f" },
59235931 {1218627310 , "num_conflicts" , 20 , 2 , "t" , "f" , "f" },
5932+ {1227149778 , "table_name" , 25 , 1 , "t" , "f" , "f" },
5933+ {1227149778 , "staged" , 16 , 2 , "t" , "f" , "f" },
5934+ {1227149778 , "status" , 25 , 3 , "t" , "f" , "f" },
5935+ {1227149778 , "ignored" , 16 , 4 , "t" , "f" , "f" },
59245936 {1322753784 , "table" , 25 , 1 , "t" , "f" , "f" },
59255937 {1322753784 , "num_violations" , 20 , 2 , "t" , "f" , "f" },
59265938 {1384122262 , "name" , 25 , 1 , "t" , "f" , "f" },
59275939 {1384122262 , "stash_id" , 25 , 2 , "t" , "f" , "f" },
59285940 {1384122262 , "branch" , 25 , 3 , "t" , "f" , "f" },
59295941 {1384122262 , "hash" , 25 , 4 , "t" , "f" , "f" },
59305942 {1384122262 , "commit_message" , 25 , 5 , "f" , "f" , "f" },
5943+ {1523309269 , "table_name" , 25 , 1 , "t" , "f" , "f" },
5944+ {1523309269 , "staged" , 16 , 2 , "t" , "f" , "f" },
5945+ {1523309269 , "status" , 25 , 3 , "t" , "f" , "f" },
5946+ {1523309269 , "ignored" , 16 , 4 , "t" , "f" , "f" },
59315947 {1555944102 , "commit_hash" , 25 , 1 , "t" , "f" , "f" },
59325948 {1555944102 , "parent_hash" , 25 , 2 , "t" , "f" , "f" },
59335949 {1555944102 , "parent_index" , 23 , 3 , "t" , "f" , "f" },
@@ -6023,6 +6039,10 @@ func TestSystemTablesInPgcatalog(t *testing.T) {
60236039 {3390577184 , "pk" , 23 , 3 , "t" , "f" , "f" },
60246040 {3390577184 , "v1" , 23 , 4 , "f" , "f" , "f" },
60256041 {3390577184 , "violation_info" , 114 , 5 , "f" , "f" , "f" },
6042+ {3418072419 , "table_name" , 25 , 1 , "t" , "f" , "f" },
6043+ {3418072419 , "staged" , 16 , 2 , "t" , "f" , "f" },
6044+ {3418072419 , "status" , 25 , 3 , "t" , "f" , "f" },
6045+ {3418072419 , "ignored" , 16 , 4 , "t" , "f" , "f" },
60266046 {3422698383 , "pk" , 23 , 1 , "t" , "f" , "f" },
60276047 {3422698383 , "v1" , 23 , 2 , "f" , "f" , "f" },
60286048 {3422698383 , "commit_hash" , 25 , 3 , "t" , "f" , "f" },
0 commit comments