| 1234567891011121314151617181920212223 |
- 0:Switch to dev
- 1: Domain
- 2: Domain getter and setter
- 3: Test getter and setter in Domain Test
- 4: Command
- 5: Command getter and setter in Command Test
- 6: Converter
- 7: Converter Test
- 8: Bootstrap (use personal details)
- 9: Bootstrap
- 10: Modify the form
- 11: Validator
- 12: Validator Test
- 13: Switch to uat
- 13A: In the database window select the uat database
- 14: Generate changelog (ctrl-shift-A) as sql
- 14A:Edit the file to add COLUMN IF NOT EXISTS to the entries
- 15: Add the new file to master.xml
- 16: Run in terminal mvn clean test liquibase:update
|