inital commit
This commit is contained in:
23
database/module_insert.txt
Normal file
23
database/module_insert.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
INSERT INTO `modules` (`id`, `name`,`status`, `created_at`, `updated_at`) VALUES
|
||||
(1, 'Client Management','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
|
||||
(2, 'Training Video','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
|
||||
(3, 'Sales Report', '1','2023-01-05 07:44:41', '2023-01-05 07:44:41'),
|
||||
(4, 'Terms And Service','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
|
||||
(5, 'Employee Registration','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
|
||||
(6, 'Employee Permission','1', '2023-01-05 07:44:41', '2023-01-05 07:44:41'),
|
||||
(7, 'Account Information', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
|
||||
(8, 'Software Training', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
|
||||
(9, 'WORK AREA', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
|
||||
(10, 'Profile', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
|
||||
(11, 'Payment Setting', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27'),
|
||||
(12, 'Cancel Account', '0', '2023-01-19 13:05:27', '2023-01-19 13:05:27');
|
||||
|
||||
#23-mar-23
|
||||
================
|
||||
INSERT INTO `modules` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
|
||||
(14, 'Credit Report Provider', '1', '2023-03-23 12:50:12', '2023-03-23 12:50:12');
|
||||
|
||||
#09-nov-2023
|
||||
================
|
||||
INSERT INTO `modules` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
|
||||
(NULL, 'Support', '2', '2023-11-09 16:43:46', '2023-11-09 16:43:46')
|
||||
Reference in New Issue
Block a user