Skip to content

Commit

Permalink
Update 20170417012933_create_forum_subscriptions.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 27, 2019
1 parent 6f9a9bd commit 5681b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20170417012933_create_forum_subscriptions.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CreateForumSubscriptions < ActiveRecord::Migration[4.2]
def change
create_table :forum_subscriptions, force: :cascade do |t|
create_table :forum_subscriptions do |t|
t.references :forum_thread, foreign_key: true
t.references :user, foreign_key: true
t.string :subscription_type
Expand Down

0 comments on commit 5681b8c

Please sign in to comment.