Skip to content

Add ForceNew for table column name changes #427

Add ForceNew for table column name changes

Add ForceNew for table column name changes #427

Workflow file for this run

name: test
on:
pull_request:
paths:
- pkg/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go mod download
- run: go test -v -cover ./...