summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-02 18:01:55 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-02 18:01:55 -0500
commit723b767367e8e6d574139ebee081c142a6288173 (patch)
tree88b1aef4acf6f5d43e36eb218690bfd2a4c258f3 /db/schema.rb
parenteaf3d3cddf418c560c9619f722ea1dbc5d6cc61a (diff)
parent30f922247cd818aa2025aa126d8d3ad197a40eda (diff)
Finished sessions and updated user model
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 016476d..dc34863 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: 20140304020255) do
+ActiveRecord::Schema.define(version: 20140304020432) do
create_table "alerts", force: true do |t|
t.integer "author_id"