Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/11458
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jan 27, 2023
1 parent 873b4a8 commit a657582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions upload/system/helper/db_schema.php
Expand Up @@ -3795,8 +3795,7 @@ function oc_db_schema() {
[
'name' => 'subscription_id',
'type' => 'int(11)',
'not_null' => true,
'auto_increment' => true
'not_null' => true
],
[
'name' => 'invoice_no',
Expand Down

0 comments on commit a657582

Please sign in to comment.