Skip to content
Snippets Groups Projects
Commit 64ae3950 authored by pabois's avatar pabois
Browse files

wip

parent c72eedba
No related branches found
No related tags found
No related merge requests found
2.7.3
# == Schema Information
#
# Table name: features_education_qualiopi_criterions
# Table name: administration_qualiopi_criterions
#
# id :uuid not null, primary key
# description :text
......
# == Schema Information
#
# Table name: features_education_qualiopi_indicators
# Table name: administration_qualiopi_indicators
#
# id :uuid not null, primary key
# glossary :text
......@@ -16,11 +16,11 @@
#
# Indexes
#
# index_features_education_qualiopi_indicators_on_criterion_id (criterion_id)
# index_administration_qualiopi_indicators_on_criterion_id (criterion_id)
#
# Foreign Keys
#
# fk_rails_... (criterion_id => features_education_qualiopi_criterions.id)
# fk_rails_... (criterion_id => administration_qualiopi_criterions.id)
#
class Administration::Qualiopi::Indicator < ApplicationRecord
belongs_to :criterion
......
# == Schema Information
#
# Table name: features_websites_sites
# Table name: communication_websites
#
# id :uuid not null, primary key
# domain :string
......@@ -11,7 +11,7 @@
#
# Indexes
#
# index_features_websites_sites_on_university_id (university_id)
# index_communication_websites_on_university_id (university_id)
#
# Foreign Keys
#
......
# == Schema Information
#
# Table name: features_education_programs
# Table name: education_programs
#
# id :uuid not null, primary key
# accessibility :text
......@@ -23,7 +23,7 @@
#
# Indexes
#
# index_features_education_programs_on_university_id (university_id)
# index_education_programs_on_university_id (university_id)
#
# Foreign Keys
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment