summaryrefslogtreecommitdiff
path: root/db/migrate/20100121203546_create_participants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20100121203546_create_participants.rb')
-rw-r--r--db/migrate/20100121203546_create_participants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20100121203546_create_participants.rb b/db/migrate/20100121203546_create_participants.rb
index 1b4d0f0..43fd7a8 100644
--- a/db/migrate/20100121203546_create_participants.rb
+++ b/db/migrate/20100121203546_create_participants.rb
@@ -16,7 +16,7 @@
# License along with ECS. If not, see <http://www.gnu.org/licenses/>.
-class CreateParticipants < ActiveRecord::Migration
+class CreateParticipants < ActiveRecord::Migration[4.2]
def self.up
create_table :participants do |t|
t.string :name