mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add logo to conference page
This commit is contained in:
parent
caa0dec6c4
commit
1d7670d74e
12 changed files with 61 additions and 18 deletions
|
|
@ -0,0 +1,8 @@
|
|||
class AddLogoToConferencesTable < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :logo_file_name, :string
|
||||
add_column :conferences, :logo_content_type, :string
|
||||
add_column :conferences, :logo_file_size, :integer
|
||||
add_column :conferences, :logo_updated_at, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue