You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

data_0_1_3.sql 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. --
  2. -- Data for Name: luticate_settings; Type: TABLE DATA; Schema: public; Owner: dev
  3. --
  4. INSERT INTO luticate_settings VALUES ('LU_SESSION_DAYS', 'int', '30', true, true);
  5. INSERT INTO luticate_settings VALUES ('LU_USERS_PER_PAGE', 'int', '15', false, false);
  6. INSERT INTO luticate_settings VALUES ('LU_GROUPS_PER_PAGE', 'int', '15', false, false);
  7. INSERT INTO luticate_settings VALUES ('LU_SETTINGS_PER_PAGE', 'int', '15', false, false);
  8. INSERT INTO luticate_settings VALUES ('LU_PERMISSIONS_PER_PAGE', 'int', '15', false, false);
  9. --
  10. -- Data for Name: luticate_permissions; Type: TABLE DATA; Schema: public; Owner: dev
  11. --
  12. INSERT INTO luticate_permissions VALUES ('LU_SETTING_DEL', false);
  13. INSERT INTO luticate_permissions VALUES ('LU_SETTING_EDIT', false);
  14. INSERT INTO luticate_permissions VALUES ('LU_SETTING_EFFECTIVE_GET', false);
  15. INSERT INTO luticate_permissions VALUES ('LU_SETTING_GET', false);
  16. INSERT INTO luticate_permissions VALUES ('LU_SETTING_USER_EDIT', false);
  17. INSERT INTO luticate_permissions VALUES ('LU_SETTING_USER_GET', false);
  18. INSERT INTO luticate_permissions VALUES ('LU_SETTING_EDIT_ME', false);
  19. INSERT INTO luticate_permissions VALUES ('LU_SETTING_ADD', false);
  20. --
  21. -- Data for Name: luticate_permissions_groups; Type: TABLE DATA; Schema: public; Owner: dev
  22. --
  23. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_ADD', false, 1);
  24. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_DEL', false, 1);
  25. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_EDIT', true, 1);
  26. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_EFFECTIVE_GET', true, 1);
  27. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_GET', true, 1);
  28. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_USER_EDIT', true, 1);
  29. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_USER_GET', true, 1);
  30. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_ADD', true, 0);
  31. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_DEL', true, 0);
  32. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_EDIT', true, 0);
  33. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_EFFECTIVE_GET', true, 0);
  34. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_GET', true, 0);
  35. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_USER_EDIT', true, 0);
  36. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_USER_GET', true, 0);
  37. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_EDIT_ME', true, 1);
  38. INSERT INTO luticate_permissions_groups VALUES ('LU_SETTING_EDIT_ME', true, 0);
  39. --
  40. -- Data for Name: luticate_permissions_users; Type: TABLE DATA; Schema: public; Owner: dev
  41. --
  42. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_USER_GET', true, 0);
  43. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_ADD', false, 0);
  44. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_EDIT', false, 0);
  45. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_EFFECTIVE_GET', false, 0);
  46. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_DEL', false, 0);
  47. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_EDIT_ME', false, 0);
  48. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_GET', false, 0);
  49. INSERT INTO luticate_permissions_users VALUES ('LU_SETTING_USER_EDIT', false, 0);
  50. --
  51. -- Data for Name: camera_types; Type: TABLE DATA; Schema: public; Owner: dev
  52. --
  53. INSERT INTO camera_types VALUES (4, 'Elro C903IP', 'App\Http\Business\Cameras\Elro\C903IP', '{"Host": "http://camX.example.com","Port":6080, "Username": "user", "Password": "PA$$W0RD"}');