Handle not ready repos
[gitorious.git] / db / migrate / 20090209095321_create_participations.rb
bloba4dc25c3345bb5859b2a70a578f9d4efd949c3b3
1 class CreateParticipations < ActiveRecord::Migration
2   def self.up
3     # create_table :participations do |t|
4     #   t.integer   :group_id, :null => false
5     #   t.integer   :repository_id, :null => false
6     #   t.integer   :creator_id
7     #   t.timestamps
8     # end
9     # add_index :participations, [:group_id, :repository_id]
10   end
12   def self.down
13     # drop_table :participations
14   end
15 end