|
|
|
@@ -62,6 +62,7 @@ |
|
|
|
# |
|
|
|
# Indexes |
|
|
|
# |
|
|
|
# index_projects_on_forked_count (forked_count) |
|
|
|
# index_projects_on_forked_from_project_id (forked_from_project_id) |
|
|
|
# index_projects_on_identifier (identifier) |
|
|
|
# index_projects_on_invite_code (invite_code) |
|
|
|
@@ -71,6 +72,7 @@ |
|
|
|
# index_projects_on_license_id (license_id) |
|
|
|
# index_projects_on_name (name) |
|
|
|
# index_projects_on_platform (platform) |
|
|
|
# index_projects_on_praises_count (praises_count) |
|
|
|
# index_projects_on_project_category_id (project_category_id) |
|
|
|
# index_projects_on_project_language_id (project_language_id) |
|
|
|
# index_projects_on_project_type (project_type) |
|
|
|
@@ -78,6 +80,7 @@ |
|
|
|
# index_projects_on_rgt (rgt) |
|
|
|
# index_projects_on_status (status) |
|
|
|
# index_projects_on_updated_on (updated_on) |
|
|
|
# index_projects_on_user_id (user_id) |
|
|
|
# |
|
|
|
|
|
|
|
class Project < ApplicationRecord |
|
|
|
|