inital commit
This commit is contained in:
13
db/pulak.txt
Normal file
13
db/pulak.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#28-10-2022
|
||||
ALTER TABLE `crmusers` ADD `auto_assign_affiliate` TINYINT(4) NOT NULL DEFAULT '0' COMMENT 'automatically assign affiliate enable/disable 0=disable, 1=enable' AFTER `count_unread_notes`;
|
||||
|
||||
#22-02-2023
|
||||
|
||||
ALTER TABLE `cmsusers` CHANGE `is_active` `is_active` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '1 = active, 2= Paused, 0 = inactive';
|
||||
|
||||
#14-07-2023
|
||||
|
||||
ALTER TABLE `data_item_key_values` ADD `is_processed` TINYINT NOT NULL DEFAULT '0' COMMENT 'processed = 1, not processed=0' AFTER `value6`;
|
||||
|
||||
#17-11-2023
|
||||
ALTER TABLE `data_item_key_values` ADD `is_remove_from_report` TINYINT(4) NOT NULL DEFAULT '0' COMMENT 'remove=1,not remove=0' AFTER `is_delete`;
|
||||
Reference in New Issue
Block a user