<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Alembic</id>
	<title>Alembic - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Alembic"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Alembic&amp;action=history"/>
	<updated>2026-05-10T14:55:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Alembic&amp;diff=192&amp;oldid=prev</id>
		<title>imported&gt;Jeremy-busk: Created page with &quot;# Issues With Alembic Enums &amp; Flask  * https://stackoverflow.com/questions/37848815/sqlalchemy-postgresql-enum-does-not-create-type-on-db-migrate  Edit migration version and a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Alembic&amp;diff=192&amp;oldid=prev"/>
		<updated>2019-05-07T02:38:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# Issues With Alembic Enums &amp;amp; Flask  * https://stackoverflow.com/questions/37848815/sqlalchemy-postgresql-enum-does-not-create-type-on-db-migrate  Edit migration version and a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Issues With Alembic Enums &amp;amp; Flask&lt;br /&gt;
&lt;br /&gt;
* https://stackoverflow.com/questions/37848815/sqlalchemy-postgresql-enum-does-not-create-type-on-db-migrate&lt;br /&gt;
&lt;br /&gt;
Edit migration version and add something like this above op_add column&lt;br /&gt;
```&lt;br /&gt;
from sqlalchemy.dialects import postgresql&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    keycipher = postgresql.ENUM('ed25519', 'rsa', 'keycipher', name='keycipher')&lt;br /&gt;
    keycipher.create(op.get_bind())&lt;br /&gt;
    keyformat = postgresql.ENUM('openssh', 'pem', 'pkcs12', name='keyformat')&lt;br /&gt;
    keyformat.create(op.get_bind())&lt;br /&gt;
&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>imported&gt;Jeremy-busk</name></author>
	</entry>
</feed>