We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e3174 commit dd8a3b6Copy full SHA for dd8a3b6
1 file changed
plugins/destination/sqlite/client/migrate.go
@@ -120,6 +120,8 @@ func (*Client) canAutoMigrate(changes []schema.TableColumnChange) bool {
120
if change.Previous.PrimaryKey || change.Previous.NotNull {
121
return false
122
}
123
+ case schema.TableColumnChangeTypeRemoveUniqueConstraint:
124
+ continue
125
default:
126
127
0 commit comments