summaryrefslogtreecommitdiff
path: root/db/migrate/20140406171453_create_alerts.rb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-06 20:04:20 -0400
committernfoy <nfoy@purdue.edu>2014-04-06 20:04:20 -0400
commite02fb83cdc7a971691cebf031eb35efd6665833b (patch)
tree9a5b0dd35f0e41338e61f0d17d84dd6157ae858b /db/migrate/20140406171453_create_alerts.rb
parent7014368b151cba5b17ceaa85a107674d5865b22c (diff)
Ran generate
Diffstat (limited to 'db/migrate/20140406171453_create_alerts.rb')
-rw-r--r--db/migrate/20140406171453_create_alerts.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/migrate/20140406171453_create_alerts.rb b/db/migrate/20140406171453_create_alerts.rb
deleted file mode 100644
index 68a8e10..0000000
--- a/db/migrate/20140406171453_create_alerts.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class CreateAlerts < ActiveRecord::Migration
- def change
- create_table :alerts do |t|
- t.references :author, index: true
- t.text :message
-
- t.timestamps
- end
- end
-end