summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/db/schema.rb b/db/schema.rb
index cd86337..acd47c1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20150117134404) do
+ActiveRecord::Schema.define(version: 20150117154652) do
create_table "blogposts", force: true do |t|
t.string "title"
@@ -70,9 +70,8 @@ ActiveRecord::Schema.define(version: 20150117134404) do
end
create_table "labels", force: true do |t|
- t.string "name"
- t.integer "role_id"
- t.string "color"
+ t.string "name"
+ t.string "color"
end
create_table "register_tokens", force: true do |t|