improve events
This commit is contained in:
@@ -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