Hello,
i think i just crashed my Postgresql Database, by deleting all Tables.
When i run my Django Migrations i get the following Error:
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (no schema has been selected to create in LINE 1: CREATE TABLE "django_migrations" ("id" serial NOT NULL PRIMA...
What can i do, to fix this?
Thanks in advance.