Meant to add this so that I can regenerate/update maps with same params as initial seed.

cat-town
Dan Buch 13 years ago
parent 1b9c80d1ce
commit a5b139f6e7

@ -2,6 +2,7 @@ class CreateMaps < ActiveRecord::Migration
def self.up
create_table :maps do |t|
t.string :name
t.string :unique_hash
t.timestamps
end

@ -13,6 +13,7 @@ ActiveRecord::Schema.define(:version => 20120304164625) do
create_table "maps", :force => true do |t|
t.string "name"
t.string "unique_hash"
t.datetime "created_at"
t.datetime "updated_at"
end

Loading…
Cancel
Save