improve events
This commit is contained in:
6
db/migrate/20230611105046_add_info_to_events.rb
Normal file
6
db/migrate/20230611105046_add_info_to_events.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class AddInfoToEvents < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :events, :info, :string
|
||||
add_column :profiles, :info, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user