JetBrains / JetBrains/Exposed

generateMigrationScript ignores type change from varchar to text

Open
#2,441 4 comments 0 reactions 1 assignee Claimed by @bog-walk View on GitHub
Dominant language
Kotlin
Stars
9.3k
Forks
798
Avg merge
4d 2h
Merged PRs (30d)
26

Description

Exposed 0.56.0, postgres.

Actual:
When I only change the column type, the resulting file is empty. If I also change the column name, the file contains addion of the new text column and removal of the old one.

Expected:
Something like `ALTER TABLE your_table ALTER COLUMN your_column TYPE TEXT;`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.