diff options
Diffstat (limited to 'db/migrate/20090316195143_create_occurrences.rb')
| -rw-r--r-- | db/migrate/20090316195143_create_occurrences.rb | 2 |
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 @@ | |||
| 1 | class CreateOccurrences < ActiveRecord::Migration | 1 | class 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 |
