Skip to content

fix(sqlite): allow to use overrides for columns which were created using "alter table .. add column" #2139

fix(sqlite): allow to use overrides for columns which were created using "alter table .. add column"

fix(sqlite): allow to use overrides for columns which were created using "alter table .. add column" #2139

Workflow file for this run

name: buf
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.readthedocs.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1