summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-01 23:20:08 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-01 23:20:08 -0500
commit65289cfb93599cdad1f3476f2f8728e5b0752779 (patch)
treec396988a6715e16fcad1feead3b80905492b97af /db/schema.rb
parentfaa08e4f2dbc6fb37619df7375638c1a7749ef80 (diff)
doc/.gitignore: ignore generated documentation
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 2ffb746..196a341 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: 20140304015944) do
+ActiveRecord::Schema.define(version: 20140304020029) do
create_table "alerts", force: true do |t|
t.integer "author_id"