From 5036d86986f168e253c97adaf2de171f1b39cc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= Date: Tue, 21 Jan 2025 16:02:39 +0100 Subject: [PATCH] fix --- app/models/communication/website/page.rb | 1 + app/models/communication/website/page/localization.rb | 2 +- app/models/university/person/localization.rb | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/models/communication/website/page.rb b/app/models/communication/website/page.rb index bd8c532f95..1c59e0ba0b 100644 --- a/app/models/communication/website/page.rb +++ b/app/models/communication/website/page.rb @@ -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 diff --git a/app/models/communication/website/page/localization.rb b/app/models/communication/website/page/localization.rb index 847edc686c..867d84ac59 100644 --- a/app/models/communication/website/page/localization.rb +++ b/app/models/communication/website/page/localization.rb @@ -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 diff --git a/app/models/university/person/localization.rb b/app/models/university/person/localization.rb index 660a9c0e32..2da26591fa 100644 --- a/app/models/university/person/localization.rb +++ b/app/models/university/person/localization.rb @@ -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