add tags to gpx files
This commit is contained in:
parent
93dab8a127
commit
a7e3b58b41
8 changed files with 41 additions and 7 deletions
11
db/migrate/016_create_tracetags.rb
Normal file
11
db/migrate/016_create_tracetags.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class CreateTracetags < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :tracetags do |t|
|
||||
# t.column :name, :string
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :tracetags
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue