Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Add subscriptions migration
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Dec 18, 2011
1 parent e5b3039 commit 74375d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions db/migrate/20111218054223_create_forem_subscriptions.rb
@@ -0,0 +1,8 @@
class CreateForemSubscriptions < ActiveRecord::Migration
def change
create_table :forem_subscriptions do |t|
t.integer :subscriber_id
t.integer :topic_id
end
end
end

0 comments on commit 74375d6

Please sign in to comment.