]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- existing_server_default is not used to drop the previous
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Dec 2015 17:15:23 +0000 (12:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Dec 2015 17:15:23 +0000 (12:15 -0500)
commit8b8e2c4f27a23efda97f43a6994bfa7f039e53aa
tree900e4baf609e29b31a3154121e99c6f951a382a0
parent831b1b9222d37d0e9b393d83b26811b98d9da0e9
- existing_server_default is not used to drop the previous
schema type constraint; existing_type is.  I haven't checked to
see if this changed at some point but that's what the source code
right now says.
alembic/operations/ops.py