Commit c91199894bbfb1a449bc2a0fd3669a7653401b9f

Authored by Jonathan
1 parent e3728609
Exists in master and in 1 other branch coppe

Delete wikilibras-pybossa.sql.old

Showing 1 changed file with 0 additions and 47 deletions   Show diff stats
wikilibras-pybossa.sql.old
@@ -1,47 +0,0 @@ @@ -1,47 +0,0 @@
1 --- install:  
2 --- sudo su postgres -c 'psql --set ON_ERROR_STOP=off -f wikilibras-pybossa.sql pybossa'  
3 -  
4 --- SELECT * FROM "user";  
5 --- postgres://pybossa:tester@localhost:5432/pybossa  
6 -  
7 -INSERT INTO "user" (  
8 - id,  
9 - created,  
10 - email_addr,  
11 - name,  
12 - fullname,  
13 - locale,  
14 - api_key,  
15 - passwd_hash,  
16 - admin,  
17 - pro,  
18 - privacy_mode,  
19 - google_user_id,  
20 - ckan_api,  
21 - newsletter_prompted,  
22 - valid_email,  
23 - confirmation_email_sent,  
24 - subscribed,  
25 - info,  
26 - profile_id  
27 -) VALUES (  
28 - 1, --id  
29 - '2017-02-20T15:12:14.560847', --created  
30 - 'wikilibras@lavid.ufpb.br', --email_addr  
31 - 'wikilibras', --name  
32 - 'wikilibras', --fullname  
33 - 'pt_BR', --locale  
34 - '2324bc23-7d6f-4840-8905-b1e6c1675eed', --api_key  
35 - 'pbkdf2:sha1:1000$wIP6vkOx$99be5c325961aa39030bb10e3b58a85ac3bfaa90', --passwd_hash,  
36 - 't', --admin  
37 - 'f', --pro  
38 - 'f', --privacy_mode  
39 - '', --google_user_id  
40 - '', --ckan_api  
41 - 'f', --newsletter_prompted  
42 - 't', --valid_email  
43 - 'f', --confirmation_email_sent  
44 - 't', --subscribed  
45 - '{}', --info  
46 - 1 --profile_i  
47 -)