mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Keep name casing for foreign keys on mssql (#1145)
This commit is contained in:
parent
38a62a7143
commit
11d926126e
@ -146,7 +146,7 @@
|
||||
(col-name (apply-identifier-case col))
|
||||
(fcol-name (apply-identifier-case fcol))
|
||||
(pg-fkey
|
||||
(make-fkey :name fkey-name
|
||||
(make-fkey :name (apply-identifier-case fkey-name)
|
||||
:table table
|
||||
:columns nil
|
||||
:foreign-table ftable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user