Skip to content

Commit

Permalink
feat(alembic): fix revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Nov 25, 2024
1 parent cfebb95 commit 00d04b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def upgrade():
sa.text(
"""
INSERT INTO gn_commons.t_modules
(module_code, module_label, module_picto, module_desc, module_target, active_frontend, active_backend)
VALUES('TAXHUB', 'TaxHub', 'fa-sitemap', 'Module TaxHub', '_blank', false, false);
(module_code, module_label, module_picto, module_desc, module_target, module_external_url ,active_frontend, active_backend)
VALUES('TAXHUB', 'TaxHub', 'fa-sitemap', 'Module TaxHub', '_blank','', false, false);
INSERT INTO gn_permissions.t_objects
(code_object, description_object)
Expand Down

0 comments on commit 00d04b4

Please sign in to comment.