Commit f2063804603711f323d099e92f1f79b53e63c5be
1 parent
94d7d6ef
Exists in
colab
and in
4 other branches
Fixed schema again...
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
db/schema.rb
@@ -27,12 +27,6 @@ ActiveRecord::Schema.define(version: 20131219115819) do | @@ -27,12 +27,6 @@ ActiveRecord::Schema.define(version: 20131219115819) do | ||
27 | t.datetime "updated_at" | 27 | t.datetime "updated_at" |
28 | end | 28 | end |
29 | 29 | ||
30 | - create_table "repositories", force: true do |t| | ||
31 | - t.string "name" | ||
32 | - t.datetime "created_at" | ||
33 | - t.datetime "updated_at" | ||
34 | - end | ||
35 | - | ||
36 | create_table "users", force: true do |t| | 30 | create_table "users", force: true do |t| |
37 | t.string "name", default: "", null: false | 31 | t.string "name", default: "", null: false |
38 | t.string "email", default: "", null: false | 32 | t.string "email", default: "", null: false |