2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 09:57:31 +00:00
moebooru/db/migrate/20130326154700_add_api_key_to_user.rb

6 lines
117 B
Ruby
Raw Permalink Normal View History

class AddApiKeyToUser < ActiveRecord::Migration[5.1]
2013-03-27 00:50:22 +09:00
def change
add_column :users, :api_key, :string
end
end