Skip to content

Support custom snapshots_table, environments_table, versions_table, auto_restatements_table name #4902

Open
@xinge-ji

Description

@xinge-ji

Hi team,

It would be great if the following migration table names could be customized via configuration:

  • snapshots_table
  • environments_table
  • versions_table
  • auto_restatements_table

Use case
Our organization's database enforces a strict naming convention (e.g., table name regex is '^[a-zA-Z][a-zA-Z0-9-_]*$'). The current hardcoded table names create errors when integrating into our environment.

Feature request
Please consider allowing these table names to be overridden through a config file or environment variables, similar to how other parameters are handled.

Thanks for the great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions