Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify a postgres schema instead of depending on the default public? #1576

Open
reecexlm opened this issue Nov 13, 2024 · 0 comments
Open

Comments

@reecexlm
Copy link
Contributor

When the anchor platform creates its database, it adds its tables to the “public” schema. We should expose a config option to allow developers to specify which schema to use for its tables.
Jira: ANCHOR-592

platform=# \d
List of relations
Schema | Name | Type | Owner
--------+-------------------------------------+----------+----------
public | custody_transaction | table | postgres
public | exchange_quote | table | postgres
public | flyway_schema_history | table | postgres
public | hibernate_sequence | sequence | postgres
public | sep24_transaction | table | postgres
public | sep31_transaction | table | postgres
public | sep6_transaction | table | postgres
public | stellar_payment_observer_page_token | table | postgres
public | stellar_payment_observing_account | table | postgres
public | transaction_pending_trust | table | postgres
(10 rows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant