Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Nov 7, 2022
1 parent 1558ad7 commit 9f47909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_order_count_store/pre_init_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def pre_compute_pos_order_count(cr):
query = """
ALTER TABLE
res_partner
ADD
ADD COLUMN IF NOT EXISTS
pos_order_count INTEGER;
"""
cr.execute(query)
Expand Down

0 comments on commit 9f47909

Please sign in to comment.