feat:add seekdb (#66)

* config adapt revert

* ci test

* fix mysql migration test

* fix

* fix

* lint fix

* fix ob config

* fix

* fix

* fix

* test over

* test

* fix

* fix

* fix style

* test over

* retain gin for pg

* gin for pg

* uuid defalut in versions

* ci test

* ci test

* fix

* fix

* fix

* fix

* pg josnb

* fix

* fix

* add seekdb

* test over

* test over
This commit is contained in:
longbingljw
2025-11-16 18:39:35 +08:00
committed by GitHub
parent 6433ac8209
commit 5322f3bbd4
8 changed files with 92 additions and 15 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
name: Run Pytest
on:
push:
branches:
- mysql-adapt
workflow_call:
concurrency:
group: api-tests-${{ github.head_ref || github.run_id }}
+1 -3
View File
@@ -1,9 +1,7 @@
name: DB Migration Test
on:
push:
branches:
- mysql-adapt
workflow_call:
concurrency:
group: db-migration-test-${{ github.ref }}
+1 -3
View File
@@ -1,9 +1,7 @@
name: Style check
on:
push:
branches:
- mysql-adapt
workflow_call:
concurrency:
group: style-${{ github.head_ref || github.run_id }}