Skip to content

Commit

Permalink
Update changelogdb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giaonn authored Sep 2, 2021
1 parent 2a804c6 commit 8cb32f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions changelogdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `vaccom`.`t_uybannhandan` (
PRIMARY KEY (`ID`)
) ;

ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `CoSoYTeChaId` bigint(20) DEFAULT NULL;
ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `CoSoYTeChaId` bigint(20) DEFAULT 0;

ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `UyBanNhanDanID` bigint(20) DEFAULT 0;

Expand Down Expand Up @@ -99,8 +99,10 @@ create table IF NOT EXISTS t_hangchothongbao (


----------------------------------------------------------------------------------------------------------
#update 01/09/2021
#update 02/09/2021
ALTER TABLE `t_cosoyte` modify `UyBanNhanDanID` bigint(20) DEFAULT 0;
ALTER TABLE `t_cosoyte` modify `CoSoYTeChaId` bigint(20) DEFAULT 0;
update t_cosoyte set CoSoYTeChaId = 0;
update t_cosoyte set UyBanNhanDanID = 0;


0 comments on commit 8cb32f4

Please sign in to comment.