Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. INSERT INTO public.app_production_calendar(
  2.             date, type_id, user_add_uid, user_add_txt)
  3.     VALUES ('2018-01-01 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b', 'Свирин К.А. (ОАИУС, СФЕРА)');
  4.  
  5. INSERT INTO public.app_production_calendar(
  6.             date, type_id, user_add_uid, user_add_txt)
  7.     VALUES ('2018-01-08 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b', 'Свирин К.А. (ОАИУС, СФЕРА)');
  8.  
  9. INSERT INTO public.app_production_calendar(
  10.             date, type_id, user_add_uid, user_add_txt)
  11.     VALUES ('2018-01-02 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b', 'Свирин К.А. (ОАИУС, СФЕРА)');
  12.  
  13. INSERT INTO public.app_production_calendar(
  14.             date, type_id, user_add_uid, user_add_txt)
  15.     VALUES ('2018-01-03 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  16.  
  17. INSERT INTO public.app_production_calendar(
  18.             date, type_id, user_add_uid, user_add_txt)
  19.     VALUES ('2018-01-04 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  20.  
  21. INSERT INTO public.app_production_calendar(
  22.             date, type_id, user_add_uid, user_add_txt)
  23.     VALUES ('2018-01-05 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  24.  
  25. INSERT INTO public.app_production_calendar(
  26.             date, type_id, user_add_uid, user_add_txt)
  27.     VALUES ('2018-01-06 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  28.  
  29. INSERT INTO public.app_production_calendar(
  30.             date, type_id, user_add_uid, user_add_txt)
  31.     VALUES ('2018-01-07 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  32.  
  33. INSERT INTO public.app_production_calendar(
  34.             date, type_id, user_add_uid, user_add_txt)
  35.     VALUES ('2018-02-23 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  36.  
  37. INSERT INTO public.app_production_calendar(
  38.             date, type_id, user_add_uid, user_add_txt)
  39.     VALUES ('2018-02-22 00:00:00'::timestamp without time zone, 3, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  40.    
  41. INSERT INTO public.app_production_calendar(
  42.             date, type_id, user_add_uid, user_add_txt)
  43.     VALUES ('2018-03-08 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');  
  44.      
  45. INSERT INTO public.app_production_calendar(
  46.             date, type_id, user_add_uid, user_add_txt)
  47.     VALUES ('2018-03-09 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  48.  
  49. INSERT INTO public.app_production_calendar(
  50.             date, type_id, user_add_uid, user_add_txt)
  51.     VALUES ('2018-03-07 00:00:00'::timestamp without time zone, 3, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  52.  
  53. INSERT INTO public.app_production_calendar(
  54.             date, type_id, user_add_uid, user_add_txt)
  55.     VALUES ('2018-04-30 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  56.  
  57. INSERT INTO public.app_production_calendar(
  58.             date, type_id, user_add_uid, user_add_txt)
  59.     VALUES ('2018-05-01 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  60.  
  61. INSERT INTO public.app_production_calendar(
  62.             date, type_id, user_add_uid, user_add_txt)
  63.     VALUES ('2018-05-02 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  64.  
  65. INSERT INTO public.app_production_calendar(
  66.             date, type_id, user_add_uid, user_add_txt)
  67.     VALUES ('2018-05-09 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  68.  
  69. INSERT INTO public.app_production_calendar(
  70.             date, type_id, user_add_uid, user_add_txt)
  71.     VALUES ('2018-05-08 00:00:00'::timestamp without time zone, 3, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  72.  
  73. INSERT INTO public.app_production_calendar(
  74.             date, type_id, user_add_uid, user_add_txt)
  75.     VALUES ('2018-06-09 00:00:00'::timestamp without time zone, 0, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  76.  
  77. INSERT INTO public.app_production_calendar(
  78.             date, type_id, user_add_uid, user_add_txt)
  79.     VALUES ('2018-06-11 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  80.  
  81. INSERT INTO public.app_production_calendar(
  82.             date, type_id, user_add_uid, user_add_txt)
  83.     VALUES ('2018-06-12 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  84.  
  85. INSERT INTO public.app_production_calendar(
  86.             date, type_id, user_add_uid, user_add_txt)
  87.     VALUES ('2018-11-05 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  88.  
  89. INSERT INTO public.app_production_calendar(
  90.             date, type_id, user_add_uid, user_add_txt)
  91.     VALUES ('2018-12-29 00:00:00'::timestamp without time zone, 0, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  92.  
  93. INSERT INTO public.app_production_calendar(
  94.             date, type_id, user_add_uid, user_add_txt)
  95.     VALUES ('2018-12-31 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  96.  
  97. INSERT INTO public.app_production_calendar(
  98.             date, type_id, user_add_uid, user_add_txt)
  99.     VALUES ('2019-01-01 00:00:00'::timestamp without time zone, 4, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
  100.  
  101. INSERT INTO public.app_production_calendar(
  102.             date, type_id, user_add_uid, user_add_txt)
  103.     VALUES ('2018-04-28 00:00:00'::timestamp without time zone, 0, '384b3e4f-8f76-46cf-9ffd-a8e56658633b'::uuid, 'Свирин К.А. (ОАИУС, СФЕРА)');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement