File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33__author__ = "Tolu Aina"
44__email__ = "tolu@pgsync.com"
5- __version__ = "6.2 .0"
5+ __version__ = "7.0 .0"
Original file line number Diff line number Diff line change 2727
2828 IF TG_OP = 'DELETE' THEN
2929
30- SELECT primary_keys INTO _primary_keys
30+ SELECT primary_keys, indices INTO _primary_keys, _indices
3131 FROM { MATERIALIZED_VIEW }
3232 WHERE table_name = TG_TABLE_NAME;
3333
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ async-timeout==5.0.1
88 # via redis
99backports-datetime-fromisoformat==2.0.3
1010 # via marshmallow
11- boto3==1.42.1
11+ boto3==1.42.2
1212 # via -r requirements/base.in
13- botocore==1.42.1
13+ botocore==1.42.2
1414 # via
1515 # boto3
1616 # s3transfer
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ backports-datetime-fromisoformat==2.0.3
1010 # via marshmallow
1111black==25.11.0
1212 # via -r requirements/dev.in
13- boto3==1.42.1
13+ boto3==1.42.2
1414 # via -r requirements/base.in
15- botocore==1.42.1
15+ botocore==1.42.2
1616 # via
1717 # boto3
1818 # s3transfer
You can’t perform that action at this time.
0 commit comments