Hello, I am using sqlalchemy 0.9.8 and postgres 9.3.
`metadata.create_all(db_engine)` results in: 1. sqlalchemy.exc.IntegrityError: (IntegrityError) duplicate key value violates unique constraint "pg_type_typname_nsp_index" 2. DETAIL: Key (typname, typnamespace)=(SOME_ENUM, 2200) already exists. Here's the traceback: http://pastebin.com/q97dYRgj What am I doing wrong? Thanks! -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
