[day-00] base infra for the project

This commit is contained in:
Joao P Dubas
2021-06-22 01:50:29 +00:00
commit f02c0ff310
4 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CREATE EXTENSION "uuid-ossp";
CREATE EXTENSION "pg_stat_statements";