Resolve drizzle-kit push wanting to truncate tables which do not need to be truncated

Is it possible to fix drizzle-kit push wanting to truncate by tables because it wants to change from bigint(20) to bigint?
Warning Found data-loss statements:
· You're about to change id column type from bigint(20) to bigint with 1 items
· You're about to change id column type from bigint(20) to bigint with 9 items
· You're about to change product_id column type from bigint(20) to bigint with 9 items
· You're about to change launch_id column type from bigint(20) to bigint with 9 items
· You're about to change id column type from bigint(20) to bigint with 13 items
· You're about to change user_id column type from bigint(20) to bigint with 13 items
· You're about to change launch_id column type from bigint(20) to bigint with 13 items
· You're about to change id column type from bigint(20) to bigint with 25 items
· You're about to change order_id column type from bigint(20) to bigint with 25 items
· You're about to change product_size_id column type from bigint(20) to bigint with 25 items
· You're about to change launch_product_id column type from bigint(20) to bigint with 25 items
· You're about to change amount column type from int(11) to int with 25 items
· You're about to change id column type from bigint(20) to bigint with 9 items
· You're about to change id column type from bigint(20) to bigint with 38 items
· You're about to change product_id column type from bigint(20) to bigint with 38 items
· You're about to change id column type from bigint(20) to bigint with 140 items
Warning Found data-loss statements:
· You're about to change id column type from bigint(20) to bigint with 1 items
· You're about to change id column type from bigint(20) to bigint with 9 items
· You're about to change product_id column type from bigint(20) to bigint with 9 items
· You're about to change launch_id column type from bigint(20) to bigint with 9 items
· You're about to change id column type from bigint(20) to bigint with 13 items
· You're about to change user_id column type from bigint(20) to bigint with 13 items
· You're about to change launch_id column type from bigint(20) to bigint with 13 items
· You're about to change id column type from bigint(20) to bigint with 25 items
· You're about to change order_id column type from bigint(20) to bigint with 25 items
· You're about to change product_size_id column type from bigint(20) to bigint with 25 items
· You're about to change launch_product_id column type from bigint(20) to bigint with 25 items
· You're about to change amount column type from int(11) to int with 25 items
· You're about to change id column type from bigint(20) to bigint with 9 items
· You're about to change id column type from bigint(20) to bigint with 38 items
· You're about to change product_id column type from bigint(20) to bigint with 38 items
· You're about to change id column type from bigint(20) to bigint with 140 items
It doesn't change anything and is completely unneccecary.
1 Reply
keii
keiiOP7d ago
Bump

Did you find this page helpful?