PyJaipur / SoA

Website for summer of algorithms
https://soa.pyjaipur.org/
9 stars 10 forks source link

Not able to see tables in DB #24

Closed shivankgtm closed 4 years ago

shivankgtm commented 4 years ago

I am using pgadmin4 and able to connect to DB. but I can't show the tables. what can be a particular reason for it?

theSage21 commented 4 years ago

In case you're using make services, each restart of the service clears db state.

To create tables run make web once. You should be able to see tables then.

shivankgtm commented 4 years ago

Nah, I have tried that way also.

theSage21 commented 4 years ago

Hmm. Strange.

Maybe I can help you debug this over call.

On Tue 21 Apr, 2020, 20:49 Shivank Gautam, notifications@github.com wrote:

Nah, I have tried that way also.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PyJaipur/SoA/issues/24#issuecomment-617246406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2WHUKRCDCJU7V7AM7JGMLRNW2OPANCNFSM4MNKCCTQ .

shivankgtm commented 4 years ago

Sure, when you want to have call?

shivankgtm commented 4 years ago

[ SOLVED ] please use the correct name of DB. I was using soa_db which is the name of docker container not of DB. the name of DB is postgres