parent
5fb29c150b
commit
98ccc97b27
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
class AddHiddenRepoToProjects < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :hidden_repo, :boolean, :default => false, :null => false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue