diff --git a/app/models/communication/website/page.rb b/app/models/communication/website/page.rb index bd8c532f9..1c59e0ba0 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 847edc686..867d84ac5 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 660a9c0e3..2da26591f 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