Column title dosen't not update when delete one column

I have a problem with metabase 0.41.0
When I delete one column in table question, then table question is update wrong. For example
Orginal table:
event, a, b
image
I delete column a on summarize tab.
Change table:
event,a
image
I think it didn't update the column name on database.

Hi @hurtmenot
I don't understand. You say that you change some table from event, a, b to event, a, but that's also what your screenshot is showing.
Try using the Sample Dataset and provide more detailed steps-to-reproduce.

Oke I create a simple question:
Step 1:


Step 2: I rename column:
Sum of Price -> Column 1
Sum of Rating -> Column 2

Step 3: Save the question
Step 4: Remove Column 1:

Result:
image

@hurtmenot Okay, now I understand. You're seeing this issue:
https://github.com/metabase/metabase/issues/12679 - upvote by clicking :+1: on the first post