aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 49eec890b..00c77b946 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 41) do
+ActiveRecord::Schema.define(:version => 42) do
create_table "incoming_messages", :force => true do |t|
t.integer "info_request_id", :null => false
@@ -134,6 +134,6 @@ ActiveRecord::Schema.define(:version => 41) do
t.text "url_name", :null => false
end
- add_index "users", ["url_name"], :name => "index_users_on_url_name"
+ add_index "users", ["url_name"], :name => "index_users_on_url_name", :unique => true
end