additions.txt 607 B

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