Advertisement
Guest User

Untitled

a guest
Jun 17th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. user in localdev in example-postgresql/build on  master [!?] via △ v3.20.3
  2. ❯ ./example-postgresql-exe
  3. D |2021-06-17 22:52:39 1623937959181077| Server:Loading configuration profile 'dev'
  4. NOTICE: relation "oatpp_schema_version" already exists, skipping
  5. NOTICE: extension "uuid-ossp" already exists, skipping
  6. NOTICE: relation "oatpp_schema_version" already exists, skipping
  7. D |2021-06-17 22:52:39 1623937959209055| UserDb:Migration - OK. Version=1.
  8. Segmentation fault (core dumped)
  9.  
  10. user in localdev in example-postgresql/build on  master [!?] via △ v3.20.3
  11. ❯ psql -U postgres
  12. Password for user postgres:
  13. psql (13.3)
  14. Type "help" for help. postgres=# \d
  15. List of relations
  16. Schema | Name | Type | Owner
  17. --------+----------------------+-------+----------
  18. public | appuser | table | postgres
  19. public | oatpp_schema_version | table | postgres
  20. (2 rows) postgres=#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement