Meant to add this so that I can regenerate/update maps with same params as initial seed.
This commit is contained in:
parent
1b9c80d1ce
commit
a5b139f6e7
@ -2,6 +2,7 @@ class CreateMaps < ActiveRecord::Migration
|
|||||||
def self.up
|
def self.up
|
||||||
create_table :maps do |t|
|
create_table :maps do |t|
|
||||||
t.string :name
|
t.string :name
|
||||||
|
t.string :unique_hash
|
||||||
|
|
||||||
t.timestamps
|
t.timestamps
|
||||||
end
|
end
|
||||||
|
@ -13,6 +13,7 @@ ActiveRecord::Schema.define(:version => 20120304164625) do
|
|||||||
|
|
||||||
create_table "maps", :force => true do |t|
|
create_table "maps", :force => true do |t|
|
||||||
t.string "name"
|
t.string "name"
|
||||||
|
t.string "unique_hash"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user