Skip to content

Commit

Permalink
Notes migration
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Dec 29, 2024
1 parent 7607326 commit edb82ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20241229193141_add_notes_field_to_events.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddNotesFieldToEvents < ActiveRecord::Migration[7.2]
def change
add_column :events, :notes, :string
end
end

0 comments on commit edb82ec

Please sign in to comment.