[Sqlalchemy-tickets] Issue #3319: PostgreSQL Enum not automatically dropped (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Leonardo R. <iss...@bi...> - 2015-03-11 12:34:30
|
New issue 3319: PostgreSQL Enum not automatically dropped https://bitbucket.org/zzzeek/sqlalchemy/issue/3319/postgresql-enum-not-automatically-dropped Leonardo Rossi: I have some problem when I try to drop al the tables in the db. https://github.com/hachreak/invenio/blob/master/invenio/base/scripts/database.py#L165 When it's invoked, all the tables are correctly dropped, but the Enum (Type in PostgreSQL) are not dropped. Do you have some ideas how can I resolve this problem? :) |