Skip to content

feat(OnConflict): index-inference predicate for ON CONFLICT (Postgres/SQLite) #1068

feat(OnConflict): index-inference predicate for ON CONFLICT (Postgres/SQLite)

feat(OnConflict): index-inference predicate for ON CONFLICT (Postgres/SQLite) #1068

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...