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:
Meier Lukas
2024-09-17 19:27:47 +02:00
committed by GitHub
parent 6f50f37462
commit 003cc5160c
14 changed files with 85 additions and 33 deletions

12
pnpm-lock.yaml generated
View File

@@ -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