fix: mysql migration not working (#1138)
* fix: mysql migration not working * test: add system integration test for mysql migration * fix: format issues * fix: deepsource issues * chore: address bad name for mysql migration test
This commit is contained in:
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
@@ -841,6 +841,9 @@ importers:
|
||||
'@paralleldrive/cuid2':
|
||||
specifier: ^2.2.2
|
||||
version: 2.2.2
|
||||
'@testcontainers/mysql':
|
||||
specifier: ^10.13.1
|
||||
version: 10.13.1
|
||||
better-sqlite3:
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0
|
||||
@@ -2986,6 +2989,9 @@ packages:
|
||||
'@tanstack/virtual-core@3.8.3':
|
||||
resolution: {integrity: sha512-vd2A2TnM5lbnWZnHi9B+L2gPtkSeOtJOAw358JqokIH1+v2J7vUAzFVPwB/wrye12RFOurffXu33plm4uQ+JBQ==}
|
||||
|
||||
'@testcontainers/mysql@10.13.1':
|
||||
resolution: {integrity: sha512-G4I59inEQ37yxeMgXyNgLbGf+aUNGoQDdgrfNWpWC/s0z5fiFSROEngcp8ueGA4UgH9Jte8iXo0WrMgmBfwJEQ==}
|
||||
|
||||
'@tiptap/core@2.7.1':
|
||||
resolution: {integrity: sha512-/sOJ3J2OWxQrho6MWgE9xaRBln5MC4BEuevTYIGia4zrc523lX9s+h/lUeLtCPhI0+J6z9Vz+v3G/uoEqWCL+A==}
|
||||
peerDependencies:
|
||||
@@ -9152,6 +9158,12 @@ snapshots:
|
||||
|
||||
'@tanstack/virtual-core@3.8.3': {}
|
||||
|
||||
'@testcontainers/mysql@10.13.1':
|
||||
dependencies:
|
||||
testcontainers: 10.13.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@tiptap/core@2.7.1(@tiptap/pm@2.7.1)':
|
||||
dependencies:
|
||||
'@tiptap/pm': 2.7.1
|
||||
|
||||
Reference in New Issue
Block a user