Skip to content

Commit

Permalink
restore files
Browse files Browse the repository at this point in the history
  • Loading branch information
pabois committed Jan 13, 2025
1 parent e4fa8ab commit dc17b67
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/models/communication/extranet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# about_id :uuid indexed => [about_type]
# default_language_id :uuid indexed
# default_language_id :uuid not null, indexed
# university_id :uuid not null, indexed
#
# Indexes
Expand Down
1 change: 1 addition & 0 deletions app/models/communication/website/page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# id :uuid not null, primary key
# bodyclass :string
# design_options :jsonb
# full_width :boolean default(FALSE)
# migration_identifier :string
# position :integer default(0), not null
Expand Down
2 changes: 1 addition & 1 deletion app/models/communication/website/page/localization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# header_cta :boolean
# header_cta_label :string
# header_cta_url :string
# header_text :string
# header_text :text
# meta_description :string
# migration_identifier :string
# published :boolean
Expand Down
2 changes: 1 addition & 1 deletion app/models/university/person/localization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Table name: university_person_localizations
#
# id :uuid not null, primary key
# biography :string
# biography :text
# first_name :string
# last_name :string
# linkedin :string
Expand Down
78 changes: 75 additions & 3 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc17b67

Please sign in to comment.