additions.txt 552 B

1234567891011121314151617181920212223
  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
  11. 10: Modify the form
  12. 11: Validator
  13. 12: Validator Test
  14. 13: Switch to uat
  15. 13A: In the database window select the uat database
  16. 14: Generate changelog (ctrl-shift-A) as sql
  17. 14A:Edit the file to add COLUMN IF NOT EXISTS to the entries
  18. 15: Add the new file to master.xml
  19. 16: Run in terminal mvn clean test liquibase:update