pjanuario commented on issue #3685:
URL: https://github.com/apache/polaris/issues/3685#issuecomment-3862006978
I didn't see any instruction in the upgrade documentation to execute
migrations or DDL and my though was that bootstrap is used on to create a new
instance, could it be that I am missing something and schema is not at latest
versions as it should?
Adding in the counters for each table
```
polaris=# select count(*) from entities;
count
--------
167637
(1 row)
polaris=# select count(*) from grant_records;
count
--------
176103
(1 row)
polaris=# select count(*) from policy_mapping_record;
count
-------
0
(1 row)
polaris=# select count(*) from principal_authentication_data;
count
-------
5
(1 row)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]