Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2-incubating
Description
Currently our DB Tables are named 1:1 like the entities
- JobExecutionEntity
- CheckpointEntity
- JobInstanceEntity
- StepExecutionEntity
I'd rather rename them to something more meaningful:
- JB_EXECUTION
- JB_CHECKPOINT
- JB_JOBINSTANCE
- JB_STEPEXECUTION
Of course this needs a small alter table for people already using batchee-0.1. But it will be much more clear and easier to find in the db schema later.