Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Vou por isso no ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapajos committed Sep 3, 2008
1 parent f0e46ce commit 5e944ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/schema.rb
Expand Up @@ -25,6 +25,12 @@
t.datetime "updated_at"
end

create_table "schema_migrations", :id => false, :force => true do |t|
t.string "version", :null => false
end

add_index "schema_migrations", ["version"], :name => "unique_schema_migrations", :unique => true

create_table "users", :force => true do |t|
t.string "login", :limit => 40
t.string "name", :limit => 100, :default => ""
Expand Down

0 comments on commit 5e944ea

Please sign in to comment.