-- NotifyHub backup generated at 2026-07-27 19:45:39
SET FOREIGN_KEY_CHECKS=0;

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`) VALUES ('1', 'Super Admin', 'admin@notifyhub.local', NULL, '$2y$04$11VPiDJO6s3PnsWd/pRmp.OjmKYBJ5Mu2Kqi8eTAs/tfG2aOgDtga', NULL, '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL, NULL, NULL, NULL, NULL, '0', 'superadmin', '1', '1', NULL);
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`) VALUES ('2', 'Company Admin', 'company.admin@notifyhub.local', NULL, '$2y$04$39AYl6LZfCwBx8EbzXyntOTrOgwCRsSFGDNGVqhKy75.rhuLQrzKS', NULL, '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL, '1', NULL, NULL, NULL, '0', 'companyadmin', '0', '1', '1');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`) VALUES ('3', 'Manager User', 'manager@notifyhub.local', NULL, '$2y$04$jxnA2RoDs1NZL25A8XFOhuxVhm6QR3OCiwyuLR0m65ifPWEkG7Lgi', NULL, '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL, '2', NULL, NULL, NULL, '0', 'manager', '0', '1', '1');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `department_id`, `role_id`, `two_factor_secret`, `two_factor_recovery_codes`, `two_factor_confirmed_at`, `two_factor_enabled`, `username`, `is_super_admin`, `is_active`, `company_id`) VALUES ('4', 'Viewer User', 'viewer@notifyhub.local', NULL, '$2y$04$xPaEbQA0gzqx0GYml2uVG.frzswLkTruRjnxR4ZhVf.XNBGh1fLhq', NULL, '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL, '3', NULL, NULL, NULL, '0', 'viewer', '0', '1', '1');

INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('1', 'credited', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('2', 'debited', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('3', 'payment', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('4', 'otp', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('5', 'momo', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('6', 'received', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');
INSERT INTO `keywords` (`id`, `keyword`, `status`, `created_at`, `updated_at`, `company_id`) VALUES ('7', 'bank', 'active', '2026-07-27 19:45:39', '2026-07-27 19:45:39', '1');

INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('1', 'app_name', 'NotifyHub', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('2', 'logo_path', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('3', 'favicon_path', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('4', 'default_theme', 'dark', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('5', 'maintenance_mode', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('6', 'maintenance_message', 'NotifyHub is undergoing scheduled maintenance. Please check back soon.', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('7', 'notify_otp_alerts', 'true', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('8', 'notify_large_payment_alerts', 'true', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('9', 'notify_sync_failure_alerts', 'true', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('10', 'notify_email_enabled', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('11', 'notify_email_recipients', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('12', 'notify_telegram_enabled', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('13', 'telegram_bot_token', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('14', 'telegram_chat_id', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('15', 'require_device_hmac', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('16', 'webhook_enabled', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('17', 'webhook_url', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('18', 'webhook_secret', '', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('19', 'webhook_events', '[\"message.received\",\"alert.created\"]', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('20', 'large_payment_threshold', '1000', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('21', 'notify_sound_enabled', 'true', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('22', 'notify_sound_announce_device', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('23', 'message_poll_enabled', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('24', 'message_poll_interval_minutes', '5', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('25', 'allow_device_code_reuse', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('26', 'two_factor_policy', 'optional', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('27', 'payment_gateway_enabled', 'false', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('28', 'payment_provider', 'none', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('29', 'login_max_attempts', '5', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);
INSERT INTO `app_settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `company_id`) VALUES ('30', 'login_lockout_minutes', '15', '2026-07-27 19:45:39', '2026-07-27 19:45:39', NULL);

SET FOREIGN_KEY_CHECKS=1;
