summaryrefslogtreecommitdiff
path: root/db/migrate/20090318203913_add_location_to_event.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
commit9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch)
tree8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /db/migrate/20090318203913_add_location_to_event.rb
parent85a01e35274b8d4d4165a7b26bd7986e211246bb (diff)
parent1853082fcd8c067390c246f9daa01a9b47387497 (diff)
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'db/migrate/20090318203913_add_location_to_event.rb')
-rw-r--r--db/migrate/20090318203913_add_location_to_event.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20090318203913_add_location_to_event.rb b/db/migrate/20090318203913_add_location_to_event.rb
index 5345781c..40dfbf18 100644
--- a/db/migrate/20090318203913_add_location_to_event.rb
+++ b/db/migrate/20090318203913_add_location_to_event.rb
@@ -1,4 +1,4 @@
1class AddLocationToEvent < ActiveRecord::Migration 1class AddLocationToEvent < ActiveRecord::Migration[4.2]
2 def self.up 2 def self.up
3 add_column :events, :location, :text 3 add_column :events, :location, :text
4 end 4 end