Skip to content
Snippets Groups Projects
websites.yml 1.98 KiB
Newer Older
# == Schema Information
#
# Table name: communication_websites
#
#  id                                :uuid             not null, primary key
#  about_type                        :string           indexed => [about_id]
#  access_token                      :string
Arnaud Levy's avatar
Arnaud Levy committed
#  git_endpoint                      :string
#  git_provider                      :integer          default("github")
#  name                              :string
#  repository                        :string
#  static_pathname_administrators    :string           default("administrators")
#  static_pathname_authors           :string           default("authors")
#  static_pathname_posts             :string           default("posts")
#  static_pathname_programs          :string           default("programs")
#  static_pathname_research_articles :string           default("articles")
#  static_pathname_research_volumes  :string           default("volumes")
#  static_pathname_researchers       :string           default("researchers")
#  static_pathname_staff             :string           default("staff")
#  static_pathname_teachers          :string           default("teachers")
#  url                               :string
#  created_at                        :datetime         not null
#  updated_at                        :datetime         not null
#  about_id                          :uuid             indexed => [about_type]
#  university_id                     :uuid             not null, indexed
#
# Indexes
#
#  index_communication_websites_on_about          (about_type,about_id)
#  index_communication_websites_on_university_id  (university_id)
#
# Foreign Keys
#
pabois's avatar
pabois committed
#  fk_rails_bb6a496c08  (university_id => universities.id)
Arnaud Levy's avatar
Arnaud Levy committed
website_with_github:
  university: default_university
Arnaud Levy's avatar
Arnaud Levy committed
  name: Site de test
Arnaud Levy's avatar
Arnaud Levy committed
  git_provider: github
Arnaud Levy's avatar
Arnaud Levy committed
  access_token: confidentialdata
  repository: noesya/bordeauxmontaigne-test
Arnaud Levy's avatar
Arnaud Levy committed

website_with_gitlab:
  university: default_university
  name: Site with gitlab
  git_provider: gitlab
  access_token: test
Arnaud Levy's avatar
Arnaud Levy committed
  repository: test