Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename table typeorm_metadata name #7266

Closed
1 of 21 tasks
Diluka opened this issue Jan 11, 2021 · 0 comments · Fixed by #8528
Closed
1 of 21 tasks

rename table typeorm_metadata name #7266

Diluka opened this issue Jan 11, 2021 · 0 comments · Fixed by #8528

Comments

@Diluka
Copy link
Contributor

Diluka commented Jan 11, 2021

Feature Description

The Problem

like migrationTableName can be set in configs, typeorm_metadata should also can be renamed

The Solution

add config key metadataTableName

Considered Alternatives

Additional Context

Relevant Database Driver(s)

  • aurora-data-api
  • aurora-data-api-pg
  • better-sqlite3
  • cockroachdb
  • cordova
  • expo
  • mongodb
  • mysql
  • nativescript
  • oracle
  • postgres
  • react-native
  • sap
  • sqlite
  • sqlite-abstract
  • sqljs
  • sqlserver

Are you willing to resolve this issue by submitting a Pull Request?

  • Yes, I have the time, and I know how to start.
  • Yes, I have the time, but I don't know how to start. I would need guidance.
  • No, I don't have the time, although I believe I could do it if I had the time...
  • No, I don't have the time and I wouldn't even know how to start.
varanauskas pushed a commit to varanauskas/typeorm that referenced this issue Dec 18, 2021
This new feature adds a new connection option `metadataTableName`
that allows for renaming of the `typeorm_metadata` table

Closes: typeorm#7266
pleerock pushed a commit that referenced this issue Jan 31, 2022
This new feature adds a new connection option `metadataTableName`
that allows for renaming of the `typeorm_metadata` table

Closes: #7266

Co-authored-by: Tadas Varanauskas <tadas@bitlocus.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant