java-stellar-anchor-sdk icon indicating copy to clipboard operation
java-stellar-anchor-sdk copied to clipboard

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

Open reecexlm opened this issue 1 year ago • 0 comments

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)

reecexlm avatar Nov 13 '24 17:11 reecexlm