https://github.com/vuki656/micro-orm-migration-repro
https://github.com/vuki656/micro-orm-migration-repro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuki656/micro-orm-migration-repro
- Owner: vuki656
- Created: 2024-04-09T07:52:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-09T10:35:46.000Z (over 1 year ago)
- Last Synced: 2025-08-13T03:58:34.897Z (about 2 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repro
1. Run `yarn` to install deps
2. Run `yarn database:setup` to start postgres in docker
3. Run `yarn migrate:up` to run migrationsNote in the last migration `20240227170731-create_pairing_claim_table.migration.ts` we are doing 2 things.
Creating a table and then running a raw query. The raw query will fail since there is an error but the table
creation won't be reverted in database