-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
good first issueGood for newcomersGood for newcomersnextA fix that will create a breaking changeA fix that will create a breaking change
Description
Line 6 in 32f879f
| PG_SCHEMA=public |
It's generally not a good practice to use the public schema in a PG database, and instead to use one created for the project. Ideally the default schema would be stacks_blockchain_api, like the database.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersnextA fix that will create a breaking changeA fix that will create a breaking change