You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: