Skip to content

- 修复 聚合根仓储级联插入 OnToMany 雪花主键只插入一条记录; #875

- 修复 聚合根仓储级联插入 OnToMany 雪花主键只插入一条记录;

- 修复 聚合根仓储级联插入 OnToMany 雪花主键只插入一条记录; #875

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee 💕
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: "[email protected]:dotnetcore/freesql.git"
destination-repo: "[email protected]:FreeSql/FreeSql-ORM.git"