Commit 39c9ca424d4f3c1b8b1f9198bf1f770aa0641cb4

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

Delete wikilibras-pybossa.sql

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
wikilibras-pybossa.sql
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 --- how to install:  
2 --- sudo su postgres -c "psql --set ON_ERROR_STOP=off -f wikilibras-pybossa.sql pybossa"  
3 -  
4 -INSERT INTO "user" VALUES (1, '2017-01-01T00:00:00.000000', 'wikilibras@lavid.ufpb.br', 'wikilibras', 'wikilibras', 'pt_BR', '2324bc23-7d6f-4840-8905-b1e6c1675eed', 'pbkdf2:sha1:1000$wIP6vkOx$99be5c325961aa39030bb10e3b58a85ac3bfaa90', true, false, false, NULL, NULL, NULL, NULL, NULL, NULL, false, true, false, true, '{}', 1);  
5 -SELECT pg_catalog.setval('user_id_seq', 1, true);