Skip to content

Commit

Permalink
Add AcceptNotifications parameter on robot (auto accept or deny brows…
Browse files Browse the repository at this point in the history
…er notification) > Database change
  • Loading branch information
bcivel committed Sep 18, 2024
1 parent c764f19 commit 7d35604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/src/main/resources/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6552,3 +6552,6 @@ DELETE FROM `invariant` WHERE (`idname` = 'PROPERTYTYPE') and (`value` = 'getEle
DELETE FROM `invariant` WHERE (`idname` = 'PROPERTYTYPE') and (`value` = 'getFromHtmlVisible');
DELETE FROM `invariant` WHERE (`idname` = 'PROPERTYTYPE') and (`value` = 'getRawFromJson');
DELETE FROM `invariant` WHERE (`idname` = 'PROPERTYTYPE') and (`value` = 'getRawFromXml');

-- 1857 ADD COLUMN ACCEPTNOTIFICATIONS ON ROBOT
ALTER TABLE `robot` ADD COLUMN `AcceptNotifications` TINYINT(1) NULL DEFAULT 0 AFTER `ProfileFolder`;

0 comments on commit 7d35604

Please sign in to comment.