You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # == Schema Information
- #
- # Table name: sync_repositories
- #
- # id :integer not null, primary key
- # project_id :integer
- # type :string(255)
- # repo_name :string(255)
- # external_repo_address :string(255)
- # sync_granularity :integer
- # sync_direction :integer
- # created_at :datetime not null
- # updated_at :datetime not null
- # external_token :string(255)
- # webhook_gid :integer
- #
- # Indexes
- #
- # index_sync_repositories_on_project_id (project_id)
- #
-
- class SyncRepositories::Github < SyncRepository
- end
|