Switch rollup bundler TS plugin to rollup-plugin-ts
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index c96b8102259de7d6b29c447aed389f9ce1f966c9..c83340e4950d36177eb29c358b4b19130f604688 100644 (file)
@@ -49,5 +49,5 @@ export default class Constants {
   static readonly PERFORMANCE_RECORDS_FILETYPE = 'Performance records';
   static readonly DEFAULT_PERFORMANCE_RECORDS_FILENAME = 'performanceRecords.json';
   static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'charging-stations-simulator';
-  static readonly PERFORMANCE_RECORDS_TABLE = 'performanceRecords';
+  static readonly PERFORMANCE_RECORDS_TABLE = 'performance_records';
 }