summaryrefslogtreecommitdiff
path: root/db/migrate/20090316195143_create_occurrences.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20090316195143_create_occurrences.rb')
-rw-r--r--db/migrate/20090316195143_create_occurrences.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20090316195143_create_occurrences.rb b/db/migrate/20090316195143_create_occurrences.rb
index e0df07b..e397e3c 100644
--- a/db/migrate/20090316195143_create_occurrences.rb
+++ b/db/migrate/20090316195143_create_occurrences.rb
@@ -1,4 +1,4 @@
1class CreateOccurrences < ActiveRecord::Migration 1class CreateOccurrences < ActiveRecord::Migration[4.2]
2 def self.up 2 def self.up
3 create_table :occurrences do |t| 3 create_table :occurrences do |t|
4 t.string :summary 4 t.string :summary