mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
dialect/sql/schema: revert min length logic for state reader (#4359)
While this change is correct and eventually should land, currently it is creating too many noise in existing projects. Therefore, this change is reverted until a better solution is found.
This commit is contained in:
@@ -528,7 +528,6 @@ func (a *Atlas) StateReader(tables ...*Table) migrate.StateReaderFunc {
|
||||
}
|
||||
a.sqlDialect = drv
|
||||
}
|
||||
a.setupTables(tables)
|
||||
return a.realm(tables)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user