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
I want to setup all full nodes on my server in the cloud and setup admin panel app and its database in my local machine then they talked to each other. How can I do that?
On setting up the python admin app, I'm getting error on migration
ult.py", line 681, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "exchange_rate" does not exist
[SQL: ALTER TABLE exchange_rate DROP CONSTRAINT uq_exchange_rate_crypto]
(Background on this error at: http://sqlalche.me/e/14/f405)
......
ult.py", line 681, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "exchange_rate" does not exist
[SQL: ALTER TABLE exchange_rate DROP CONSTRAINT uq_exchange_rate_crypto]
(Background on this error at: http://sqlalche.me/e/14/f405)
The text was updated successfully, but these errors were encountered:
Share or redirect users to unofficial or suspicious links.
Request private keys, funds, or other sensitive information.
If you encounter any comments, issues, or users claiming to represent SHKeeper and sharing external links or providing questionable support, please report them immediately. These individuals are not affiliated with the SHKeeper team.
For accurate information and official support, please refer only to:
I want to setup all full nodes on my server in the cloud and setup admin panel app and its database in my local machine then they talked to each other. How can I do that?
On setting up the python admin app, I'm getting error on migration
ult.py", line 681, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "exchange_rate" does not exist
[SQL: ALTER TABLE exchange_rate DROP CONSTRAINT uq_exchange_rate_crypto]
(Background on this error at: http://sqlalche.me/e/14/f405)
......
ult.py", line 681, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "exchange_rate" does not exist
[SQL: ALTER TABLE exchange_rate DROP CONSTRAINT uq_exchange_rate_crypto]
(Background on this error at: http://sqlalche.me/e/14/f405)
The text was updated successfully, but these errors were encountered: