Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Aug 14, 2023
1 parent e468620 commit c8e565a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def upgrade():
op.execute(
"""
INSERT INTO gn_commons.t_modules
(module_code, module_label, module_picto, module_desc, module_external_url, module_target, active_frontend, active_backend)
VALUES('TAXHUB', 'Taxhub', 'fa-leaf', 'Module TaxHin', 'test', '_blank', false, false);
(module_code, module_label, module_picto, module_desc, module_target, active_frontend, active_backend)
VALUES('TAXHUB', 'Taxhub', 'fa-leaf', 'Module TaxHub', '_blank', false, false);
INSERT INTO gn_permissions.t_objects
(code_object, description_object)
Expand Down

0 comments on commit c8e565a

Please sign in to comment.