currentUpgradeSqlPath property

String currentUpgradeSqlPath

Implementation

String get currentUpgradeSqlPath {
  return join(versionsDirectory, 'current.sql');
}