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