parent
4ed8e1defa
commit
85c99d6abe
@ -1,5 +1,5 @@
|
|||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<div class="linkother">
|
<div class="linkother hidden">
|
||||||
<a href="http://<%=Setting.project_domain%>" class="link_other_item"><%=l(:label_projects_management_platform)%></a>
|
<a href="http://<%=Setting.project_domain%>" class="link_other_item"><%=l(:label_projects_management_platform)%></a>
|
||||||
<a href="http://<%=Setting.course_domain%>" class="link_other_item"><%=l(:label_courses_management_platform)%></a>
|
<a href="http://<%=Setting.course_domain%>" class="link_other_item"><%=l(:label_courses_management_platform)%></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
class CreateUserScore < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
create_table :user_scores do |t|
|
|
||||||
t.integer :user_id, :null => false
|
|
||||||
t.integer :collaboration
|
|
||||||
t.integer :influence
|
|
||||||
t.integer :skill
|
|
||||||
t.integer :active
|
|
||||||
|
|
||||||
t.timestamps
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
@ -1,9 +0,0 @@
|
|||||||
class ChangeDescriptionTypeToOpenSourceProject < ActiveRecord::Migration
|
|
||||||
def up
|
|
||||||
change_column :open_source_projects, :description, :text
|
|
||||||
end
|
|
||||||
|
|
||||||
def down
|
|
||||||
raise ActiveRecord::IrreversibleMigration
|
|
||||||
end
|
|
||||||
end
|
|
@ -1,5 +0,0 @@
|
|||||||
class DropUserScores < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
drop_table :user_scores
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in new issue