summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-04-08 00:49:17 +0200
committerjomo <github@jomo.tv>2014-04-08 00:49:17 +0200
commitb0504467e19a14715885a5efa21e0fd34543df93 (patch)
treeee70dd46a8e5a3c8869cfe5e1f02b9e29f96c82c /db
parentf290258f26f998bf79c24f2c44577bdae5d5f7c0 (diff)
mostly styles
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index cfb8d63..b877bbc 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -60,6 +60,7 @@ ActiveRecord::Schema.define(:version => 10) do
create_table "register_tokens", :primary_key => "uuid", :force => true do |t|
t.string "token", :limit => 6, :null => false
+ t.string "email", :null => false
end
create_table "roles", :force => true do |t|