sudo su - postgres psql \l # to list database and find your DB name, mine is "dsp" \c dsp #to connect to the DB drop table "Settings"; drop table "ServiceRequests"; <CTRL> d # exit
Last updated 3 years ago