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
ALTER TABLE article_properties
...
ALTER COLUMN digests TYPE gql.sha1_digest[] GENERATED ALWAYS AS (gql.used_digests(main_image, og_image, blocks)) STORED USING digests::gql.sha1_digest[] GENERATED ALWAYS AS (gql.used_digests(main_image, og_image, blocks)) STORED;
The text was updated successfully, but these errors were encountered:
running
apgdiff old_dump.sql vanilla_dump.sql
produces an invalid diffvanilla_dump.sql:
old_dump.sql:
produced diff
The text was updated successfully, but these errors were encountered: