summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2020-09-04 21:18:27 +0200
committerMike Bayer <mike_mp@zzzcomputing.com>2020-09-10 17:11:27 -0400
commit1de1070972f35978be99631392168d991b1c96b2 (patch)
tree65f721c8c960085198599741176901384576fc94 /.gitignore
parent134ee6eebf84f7cc5966f00303bdb3f00fec0cd0 (diff)
downloadalembic-1de1070972f35978be99631392168d991b1c96b2.tar.gz
Fix column existence check in batch operation
Existence of a column check used ``ColumnCollection.contains_column`` with a the name of the column instead of the column instance. Change-Id: I41d9f6b6ed9e44eeb9ced78b039da6261491eeee
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4f13bf5..b2a27bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@ coverage.xml
/test_schema.db
.idea/
.vscode/
-.pytest_cache/ \ No newline at end of file
+.pytest_cache/
+/docs/build/_build/