mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
fix(mssql): int (32bit) cast to bigserial (64bit)
Fixes: dimitri/pgloader#1590 Co-Authored-By: Nathanael Ruf <nathanael@codesphere.com>
This commit is contained in:
parent
29afa9de05
commit
fa8c9a10e6
@ -13,7 +13,7 @@
|
||||
(:source (:type "xml") :target (:type "xml" :drop-typemod t))
|
||||
|
||||
(:source (:type "int" :auto-increment t)
|
||||
:target (:type "bigserial" :drop-default t))
|
||||
:target (:type "serial" :drop-default t))
|
||||
|
||||
(:source (:type "bigint" :auto-increment t)
|
||||
:target (:type "bigserial"))
|
||||
|
Loading…
Reference in New Issue
Block a user