Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-mbs committed Jul 6, 2024
1 parent c7af0eb commit 7989d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ ALTER TABLE promocodes
ADD UNIQUE INDEX code (code) ;

CREATE TABLE custacc (
ca_id int(11) NOT NULL AUTO_INCREMENT,
ca_id bigint(20) NOT NULL AUTO_INCREMENT,
customer_id int(11) NOT NULL,
document_id int(11) DEFAULT NULL,
optype int(11) DEFAULT NULL,
Expand Down
2 changes: 1 addition & 1 deletion db/update/update6100to6110.sql
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ FROM ((store_stock st


CREATE TABLE custacc (
ca_id int(11) NOT NULL AUTO_INCREMENT,
ca_id bigint(20) NOT NULL AUTO_INCREMENT,
customer_id int(11) NOT NULL,
document_id int(11) DEFAULT NULL,
optype int(11) DEFAULT NULL,
Expand Down

0 comments on commit 7989d46

Please sign in to comment.