Skip to content

Commit

Permalink
[OU-FIX] website: Missing doc + incorrect SQL
Browse files Browse the repository at this point in the history
And this makes also that the CI is not doing the checks.
  • Loading branch information
pedrobaeza committed Oct 30, 2023
1 parent 6f13f41 commit 1fa77bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| web_unsplash | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website | | |
| website | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_blog | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def boostrap_5_migration(env):
"""Convert customized website views to Bootstrap 5."""
backup_column = openupgrade.get_legacy_name("arch_db_bs4")
openupgrade.logged_query(
env.cr, f"ALTER TABLE ir_ui_view ADD COLUMN {backup_column} TEST"
env.cr, f"ALTER TABLE ir_ui_view ADD COLUMN {backup_column} TEXT"
)
# Find views to convert
env.cr.execute(
Expand Down

0 comments on commit 1fa77bd

Please sign in to comment.