summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-03 23:21:30 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-03 23:21:30 -0500
commit223a60e2f014b76ad3482bf9cc7e3500d59e403a (patch)
tree928e7ebc332a6e1077f5a6d1cb32145a49a5de97 /db/schema.rb
parent423d0e5a440d8d66407522bc842ef273196173bc (diff)
Have generate.sh to tricky git stuff, run it
also, stick in a couple of missing 'bundle exec's
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 a9bd57b..eb44d71 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: 20140304031834) do
+ActiveRecord::Schema.define(version: 20140304041720) do
create_table "alerts", force: true do |t|
t.integer "author_id"