Skip to content

Intern notifications

Compare
Choose a tag to compare
@4l3ss 4l3ss released this 16 Sep 09:02
· 1 commit to master since this release

TODO LIST

  • Update database
  • Edit pushbullet key

Update database :

One table to add :

CREATE TABLE IF NOT EXISTS `staff_notifications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `viewers` varchar(50) NOT NULL DEFAULT 'team_or_more',
  `type` varchar(50) NOT NULL,
  `id_one` varchar(20) DEFAULT NULL,
  `id_two` varchar(20) DEFAULT NULL,
  `value` varchar(255) DEFAULT NULL,
  `level` varchar(20) NOT NULL,
  `timestamp` bigint(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;

Edit pushbullet key

The key to change is in app/config/pushbullet_key.php
Replace it with the one you find in the account settings