discourse/db
Ted Johansson 6be4ef59fa
DEV: Replace old field_type text column with field_type_enum integer column (#27448)
Follow up to: #27444. In that PR we added a new integer column for UserField#field_type and populated the data based on the old text field.

In this PR we drop the old text column and swap in the new integer (enum) column.
2024-06-12 16:41:02 +08:00
..
fixtures FIX: move something else flag to the bottom (#27366) 2024-06-06 15:45:30 +10:00
migrate DEV: Change UserField#field_type to an ActiveRecord enum (#27444) 2024-06-12 15:30:13 +08:00
post_migrate DEV: Replace old field_type text column with field_type_enum integer column (#27448) 2024-06-12 16:41:02 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00