Fix missing require in migrations.
This commit is contained in:
parent
6fe22d41a9
commit
e3d4948daa
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'lib/migrate'
|
||||
|
||||
class TileTracepoints < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column "gps_points", "tile", :four_byte_unsigned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue