Skip to content

Commit

Permalink
fix(SQL): fixed missing column
Browse files Browse the repository at this point in the history
Fixed missing column for esx_banking
  • Loading branch information
zRxnx committed Jan 21, 2024
1 parent 781f506 commit c887b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [SQL]/legacy.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ CREATE TABLE IF NOT EXISTS `banking` (
`time` bigint(20) DEFAULT NULL,
`ID` int(11) NOT NULL AUTO_INCREMENT,
`balance` int(11) DEFAULT 0,
`label` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;

Expand Down

0 comments on commit c887b9a

Please sign in to comment.