parent
bcd3c464d8
commit
c08ee598e6
@ -0,0 +1,5 @@
|
||||
class AddLanguageForHackUserCodes < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :hack_user_codes, :language, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue