CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 15:04:50 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"2904c907f4e86aaed8b49f8bae8a5d0e"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=hkQK8F%2BXpSXOuOLXJ3LGESxSx2J16bMFDmb1jsjH4%2Bl8FZ6BV%2FJMRF8NDX41DjnrYrln4OmC0eG85OE22U4B1SXVt%2BRq6nzicoMaU0AIv9yblRKzRsnxvi599jtHBXwOe%2Fm4jJ54Iy7HNphJbwriTDUMHWPpBXNSYmymLhsSBeWR5QkZ0iDLLt%2Fu%2FXt7Um0gyimf3nxfkhmmI2oDOTbz1CxsYqmNpY%2Bcs%2FQ0QZ1Pod1611KKDsBo%2BHIGQc2DgXSNgV9ZqrAfQyZJJ8iEULMWEQ%3D%3D--aeU0OzDq5A4pki8k--N57okzU0I7ArjIPTHFu8Hg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2019590245.1753283089; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 15:04:49 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 15:04:49 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E4AE:351DD4:D9B89F:1019B47:6880FA11
Tags · xataio/pgroll · GitHub
Toggle v0.14.1's commit message
Toggle v0.12.0's commit message
Toggle v0.11.1's commit message
Toggle v0.9.0's commit message
Toggle v0.8.1-rc.3's commit message
Toggle v0.8.1-rc.2's commit message
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 102
Tags: xataio/pgroll
Tags
v0.14.1
Recreate event trigger first in `init.sql` (#948) Move event trigger creation to be the first thing that happens (after `pgroll` schema creation) in `init.sql`. Previous versions of `pgroll` used an event trigger that was incompatible with the latest version, causing errors on the upgrade path to `pgroll 0.14`. By moving event trigger creation to happen first during `init`, we ensure that the old event trigger installed by an older version of `pgroll` can't fire during the `init` of the new version.
v0.12.0
Add documentation for `create` subcommand (#820) This PR adds documentation for the new subcommand `create`. 
v0.11.1
Add missing attributes to column info in virtual schema (#789) When a table was added, `pgroll` did not store all required column metadata. Default values and comments were missing from columns. So when `pgroll` tried to duplicate the column, these got lost. Example to reproduce the issue: ```json { "operations": [ { "create_table": { "name": "useres", "comment": "my_comment", "columns": [ { "name": "id", "type": "uuid", "pk": true, "nullable": false, "default": "gen_random_uuid()", "comment": "my_comment" } ] } }, { "create_constraint": { "table": "users", "columns": ["id"], "type": "unique", "name": "my_unique", "up": { "id": "id" }, "down": { "id": "id" } } } ] } ```
v0.9.0
Add missing options to duplicated FK constraints (#671) The new options in FK constraints (on update action, match type, etc.) were missing from the duplication process. Thus, the options set in the constraint disappeared after modifying columns with foreign key constraints.
v0.8.1-rc.3
Specify static linking for linux builds
v0.8.1-rc.2
TEMP: Only skip homebrew
PreviousNext
You can’t perform that action at this time.