forked from netlify/gotrue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eerrrror.txt
67 lines (47 loc) · 1.5 KB
/
eerrrror.txt
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
ERROR: syntax error at or near "\"
LINE 1: \.
^
\.
--
-- Data for Name: instances; Type: TABLE DATA; Schema: gotrue; Owner: bandirsen
--
COPY gotrue.instances (id, uuid, raw_base_config, created_at, updated_at) FROM stdin
ERROR: syntax error at or near "\"
LINE 1: \.
^
\.
--
-- Data for Name: refresh_tokens; Type: TABLE DATA; Schema: gotrue; Owner: bandirsen
--
COPY gotrue.refresh_tokens (instance_id, id, token, user_id, revoked, created_at, updated_at) FROM stdin
ERROR: syntax error at or near "\"
LINE 1: \.
^
\.
--
-- Data for Name: schema_migration; Type: TABLE DATA; Schema: gotrue; Owner: bandirsen
--
COPY gotrue.schema_migration (version) FROM stdin
ERROR: syntax error at or near "20171026211738"
LINE 1: 20171026211738
^
20171026211738
20171026211808
20171026211834
20180103212743
20180108183307
20180119214651
20180125194653
\.
--
-- Data for Name: users; Type: TABLE DATA; Schema: gotrue; Owner: bandirsen
--
COPY gotrue.users (instance_id, id, aud, role, email, encrypted_password, confirmed_at, invited_at, confirmation_token, confirmation_sent_at, recovery_token, recovery_sent_at, email_change_token, email_change, email_change_sent_at, last_sign_in_at, raw_app_meta_data, raw_user_meta_data, is_super_admin, created_at, updated_at) FROM stdin
ERROR: syntax error at or near "\"
LINE 1: \.
^
\.
--
-- Name: refresh_tokens_id_seq; Type: SEQUENCE SET; Schema: gotrue; Owner: bandirsen
--
SELECT pg_catalog.setval('gotrue.refresh_tokens_id_seq', 1, true)