-
Notifications
You must be signed in to change notification settings - Fork 0
/
feature_dump.sql
148 lines (126 loc) · 7.99 KB
/
feature_dump.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
--
-- PostgreSQL database dump
--
-- Dumped from database version 16.3 (Ubuntu 16.3-1.pgdg22.04+1)
-- Dumped by pg_dump version 16.3 (Ubuntu 16.3-1.pgdg22.04+1)
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
SET default_tablespace = '';
SET default_table_access_method = heap;
--
-- Name: feature_permission; Type: TABLE; Schema: public; Owner: providhyadmin
--
CREATE TABLE public.feature_permission (
id bigint NOT NULL,
created timestamp with time zone,
modified timestamp with time zone,
service character varying(255) NOT NULL,
feature character varying(255) NOT NULL,
module character varying(255) NOT NULL
);
ALTER TABLE public.feature_permission OWNER TO providhyadmin;
--
-- Name: feature_permission_id_seq; Type: SEQUENCE; Schema: public; Owner: providhyadmin
--
ALTER TABLE public.feature_permission ALTER COLUMN id ADD GENERATED BY DEFAULT AS IDENTITY (
SEQUENCE NAME public.feature_permission_id_seq
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1
);
--
-- Data for Name: feature_permission; Type: TABLE DATA; Schema: public; Owner: providhyadmin
--
COPY public.feature_permission (id, created, modified, service, feature, module) FROM stdin;
52 2024-06-21 20:09:33.082256+05:45 2024-06-21 20:09:33.082312+05:45 PR800 PR801 reporting
53 2024-06-21 20:09:33.092821+05:45 2024-06-21 20:09:33.092861+05:45 PR800 PR802 reporting
54 2024-06-21 20:09:33.096799+05:45 2024-06-21 20:09:33.096815+05:45 PR800 PR803 reporting
55 2024-06-21 20:09:33.100668+05:45 2024-06-21 20:09:33.100683+05:45 PR800 PR804 reporting
56 2024-06-21 20:09:33.104356+05:45 2024-06-21 20:09:33.104371+05:45 PR800 PR805 reporting
57 2024-06-21 20:09:33.10852+05:45 2024-06-21 20:09:33.108536+05:45 PR800 PR806 reporting
58 2024-06-21 20:09:33.112436+05:45 2024-06-21 20:09:33.112452+05:45 PR800 PR807 reporting
59 2024-06-21 20:09:33.116414+05:45 2024-06-21 20:09:33.11643+05:45 PR800 PR808 reporting
60 2024-06-21 20:09:33.120227+05:45 2024-06-21 20:09:33.120242+05:45 PR800 PR809 reporting
61 2024-06-21 20:09:33.12401+05:45 2024-06-21 20:09:33.124025+05:45 PR800 PR810 reporting
62 2024-06-21 20:09:33.131128+05:45 2024-06-21 20:09:33.131146+05:45 PR800 PR811 reporting
63 2024-06-21 20:09:33.134903+05:45 2024-06-21 20:09:33.134918+05:45 PR800 PR812 reporting
64 2024-06-21 20:09:33.138598+05:45 2024-06-21 20:09:33.138613+05:45 PR800 PR813 reporting
65 2024-06-21 20:09:33.142306+05:45 2024-06-21 20:09:33.142321+05:45 PR800 PR814 reporting
66 2024-06-21 20:09:33.145993+05:45 2024-06-21 20:09:33.146008+05:45 PR800 PR815 reporting
67 2024-06-21 20:09:33.149615+05:45 2024-06-21 20:09:33.14963+05:45 PR800 PR816 reporting
68 2024-06-21 20:09:33.153428+05:45 2024-06-21 20:09:33.153444+05:45 PR800 PR817 reporting
69 2024-06-21 20:09:33.157087+05:45 2024-06-21 20:09:33.157101+05:45 PR800 PR818 reporting
70 2024-06-21 20:09:33.160792+05:45 2024-06-21 20:09:33.160807+05:45 PR800 PR819 reporting
71 2024-06-21 20:09:33.164526+05:45 2024-06-21 20:09:33.164541+05:45 PR800 PR820 reporting
72 2024-06-21 20:09:33.1682+05:45 2024-06-21 20:09:33.168215+05:45 PR800 PR821 reporting
73 2024-06-21 20:09:33.171875+05:45 2024-06-21 20:09:33.171892+05:45 PR800 PR822 reporting
74 2024-06-21 20:09:33.176421+05:45 2024-06-21 20:09:33.176438+05:45 PR800 PR823 reporting
75 2024-06-21 20:09:33.180499+05:45 2024-06-21 20:09:33.180515+05:45 PR800 PR824 reporting
76 2024-06-21 20:09:33.184216+05:45 2024-06-21 20:09:33.184232+05:45 PR800 PR825 reporting
77 2024-06-21 20:09:33.187784+05:45 2024-06-21 20:09:33.1878+05:45 PR800 PR826 reporting
78 2024-06-21 20:09:33.191485+05:45 2024-06-21 20:09:33.1915+05:45 PR800 PR827 reporting
79 2024-07-12 12:17:57.271326+05:45 2024-07-12 12:17:57.271347+05:45 PR600 PR601 master
48 2024-05-29 14:20:54.212465+05:45 2024-07-12 12:23:58.409645+05:45 PR2700 PR2704 cdxe
1 2024-05-29 14:20:54.145207+05:45 2024-07-12 12:18:39.244268+05:45 PR100 PR101 master
2 2024-05-29 14:20:54.148493+05:45 2024-07-12 12:18:44.755648+05:45 PR100 PR103 master
47 2024-05-29 14:20:54.211134+05:45 2024-07-12 12:24:09.18779+05:45 PR2700 PR2703 cdxe
46 2024-05-29 14:20:54.207727+05:45 2024-07-12 12:24:26.037295+05:45 PR2700 PR2702 cdxe
45 2024-05-29 14:20:54.206437+05:45 2024-07-12 12:24:36.858115+05:45 PR2700 PR2701 cdxe
5 2024-05-29 14:20:54.152716+05:45 2024-07-12 12:19:19.444681+05:45 PR300 PR301 master
3 2024-05-29 14:20:54.149918+05:45 2024-07-12 12:19:39.916942+05:45 PR200 PR201 master
4 2024-05-29 14:20:54.151294+05:45 2024-07-12 12:19:53.603676+05:45 PR200 PR202 master
6 2024-05-29 14:20:54.154+05:45 2024-07-12 12:20:06.411951+05:45 PR300 PR302 master
7 2024-05-29 14:20:54.155313+05:45 2024-07-12 12:20:16.806755+05:45 PR400 PR401 master
8 2024-05-29 14:20:54.156856+05:45 2024-07-12 12:20:31.295392+05:45 PR500 PR501 master
9 2024-05-29 14:20:54.15845+05:45 2024-07-12 12:20:42.890596+05:45 PR600 PR601 master
31 2024-05-29 14:20:54.188551+05:45 2024-07-12 12:22:07.044155+05:45 PR1100 PR1106 purchase
50 2024-05-29 14:20:54.215128+05:45 2024-07-12 12:22:44.32034+05:45 PR2800 PR2801 ebilling
49 2024-05-29 14:20:54.213792+05:45 2024-07-12 12:23:23.922899+05:45 PR2700 PR2705 cdxe
44 2024-05-29 14:20:54.205188+05:45 2024-07-12 12:24:51.994355+05:45 PR1300 PR1306 accounting
43 2024-05-29 14:20:54.203836+05:45 2024-07-12 12:25:01.269346+05:45 PR1300 PR1305 accounting
42 2024-05-29 14:20:54.202508+05:45 2024-07-12 12:25:16.049611+05:45 PR1300 PR1304 accounting
41 2024-05-29 14:20:54.201151+05:45 2024-07-12 12:25:28.9943+05:45 PR1300 PR1303 accounting
40 2024-05-29 14:20:54.199892+05:45 2024-07-12 12:25:42.774345+05:45 PR1300 PR1302 accounting
39 2024-05-29 14:20:54.198603+05:45 2024-07-12 12:26:00.654079+05:45 PR1300 PR1301 accounting
38 2024-05-29 14:20:54.197343+05:45 2024-07-12 12:26:10.585539+05:45 PR1200 PR1206 sales
37 2024-05-29 14:20:54.196044+05:45 2024-07-12 12:26:22.211418+05:45 PR1200 PR1205 sales
36 2024-05-29 14:20:54.194831+05:45 2024-07-12 12:26:29.527825+05:45 PR1200 PR1204 sales
35 2024-05-29 14:20:54.193568+05:45 2024-07-12 12:26:35.473094+05:45 PR1200 PR1203 sales
34 2024-05-29 14:20:54.192236+05:45 2024-07-12 12:26:42.074675+05:45 PR1200 PR1202 sales
33 2024-05-29 14:20:54.190997+05:45 2024-07-12 12:26:51.513138+05:45 PR1200 PR1201 sales
32 2024-05-29 14:20:54.189784+05:45 2024-07-12 12:27:01.477151+05:45 PR1100 PR1401 purchase
30 2024-05-29 14:20:54.187258+05:45 2024-07-12 12:27:12.218443+05:45 PR1100 PR1105 purchase
29 2024-05-29 14:20:54.185944+05:45 2024-07-12 12:27:21.880931+05:45 PR1100 PR1104 purchase
28 2024-05-29 14:20:54.184628+05:45 2024-07-12 12:27:30.507604+05:45 PR1100 PR1103 purchase
27 2024-05-29 14:20:54.18324+05:45 2024-07-12 12:28:01.302114+05:45 PR1100 PR1102 purchase
26 2024-05-29 14:20:54.181976+05:45 2024-07-12 12:28:07.882734+05:45 PR1100 PR1101 purchase
25 2024-05-29 14:20:54.18062+05:45 2024-07-12 12:28:15.051834+05:45 PR1000 PR1001 inventory
16 2024-05-29 14:20:54.168028+05:45 2024-07-12 12:35:12.170007+05:45 PR700 PR701 master
22 2024-05-29 14:20:54.176477+05:45 2024-07-12 13:37:24.642545+05:45 PR1000 PR902 inventory
21 2024-05-29 14:20:54.175193+05:45 2024-07-12 13:37:36.861608+05:45 PR1000 PR901 inventory
23 2024-05-29 14:20:54.177739+05:45 2024-07-12 13:43:29.840901+05:45 PR1000 PR903 inventory
24 2024-05-29 14:20:54.179086+05:45 2024-07-12 13:43:50.395003+05:45 PR1000 PR904 inventory
80 2024-07-12 14:19:20.680496+05:45 2024-07-12 14:19:20.680518+05:45 PR1000 PR905 inventory
\.
--
-- Name: feature_permission_id_seq; Type: SEQUENCE SET; Schema: public; Owner: providhyadmin
--
SELECT pg_catalog.setval('public.feature_permission_id_seq', 80, true);
--
-- Name: feature_permission feature_permission_pkey; Type: CONSTRAINT; Schema: public; Owner: providhyadmin
--
ALTER TABLE ONLY public.feature_permission
ADD CONSTRAINT feature_permission_pkey PRIMARY KEY (id);
--
-- PostgreSQL database dump complete
--