mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
add data_bank to user action
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDataBankToUserActions < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :user_actions, :data_bank, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user