Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebouChu committed Jan 21, 2025
1 parent 4e5497f commit 5036d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

0 comments on commit 5036d86

Please sign in to comment.