Hi,

 

I am working on a public project that uses Django.

 

When I do ‘python manage.py migrate’ I get all my tables created properly 
on schema public. It also creates an extension hstore (and at least one of 
the table uses this extension).

 

Then I rename the schema public, to for example public_1 and create new 
schema called public. When I do ‘python manage.py migrate’ (to create the 
tables on the new empty schema public) it fails.

It says ‘type hstore does not exist’.

 

Seems like, the extension, is created for the first schema, but the second 
time (for the second schema) it fails.

 

 

Do you know how can I sort this?



Thanks!


Leandro


[image: django.png] <about:invalid#zClosurez>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b2ca92e1-9e1f-42d2-b92f-17569ed7c237%40googlegroups.com.

Reply via email to