mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: backend for inviting a user to a group
This commit is contained in:
9
db/migrate/20140508053815_add_invited_groups.rb
Normal file
9
db/migrate/20140508053815_add_invited_groups.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class AddInvitedGroups < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :invited_groups do |t|
|
||||
t.integer :group_id
|
||||
t.integer :invite_id
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user