Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit 10a0397

Browse files
committed
Removed GithubAssignment as it's dead. Last update was in 2012
1 parent 4e57466 commit 10a0397

File tree

3 files changed

+0
-74
lines changed

3 files changed

+0
-74
lines changed

app/models/github_assignment.rb

Lines changed: 0 additions & 37 deletions
This file was deleted.

db/schema.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,6 @@
122122
add_index "follows", ["followable_id", "followable_type"], :name => "fk_followables"
123123
add_index "follows", ["follower_id", "follower_type"], :name => "fk_follows"
124124

125-
create_table "github_assignments", :force => true do |t|
126-
t.string "github_username"
127-
t.string "repo_url"
128-
t.string "tag"
129-
t.datetime "created_at"
130-
t.datetime "updated_at"
131-
t.string "badge_class_name"
132-
end
133-
134-
add_index "github_assignments", ["github_username", "badge_class_name"], :name => "index_assignments_on_username_and_badge_class_name", :unique => true
135-
add_index "github_assignments", ["github_username", "repo_url", "tag"], :name => "index_assignments_on_username_and_repo_url_and_badge_class_name", :unique => true
136-
add_index "github_assignments", ["repo_url"], :name => "index_assignments_on_repo_url"
137-
138125
create_table "highlights", :force => true do |t|
139126
t.integer "user_id"
140127
t.text "description"

spec/models/github_assignment_spec.rb

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)