Skip to content

Commit a54b159

Browse files
committed
execute "rake db:migrate"
1 parent e5f7242 commit a54b159

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

db/schema.rb

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20111219134705) do
14+
ActiveRecord::Schema.define(:version => 20111219142605) do
15+
16+
create_table "neighbors", :force => true do |t|
17+
t.integer "restaurant_id"
18+
t.integer "venue_id"
19+
t.datetime "created_at"
20+
t.datetime "updated_at"
21+
end
1522

1623
create_table "restaurants", :force => true do |t|
1724
t.string "address"

0 commit comments

Comments
 (0)