mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
Migrate many old moderation action posts to small actions
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class CreateUserFieldOptions < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :user_field_options do |t|
|
||||
create_table :user_field_options, force: true do |t|
|
||||
t.references :user_field, null: false
|
||||
t.string :value, null: false
|
||||
t.timestamps
|
||||
|
Reference in New Issue
Block a user