changelog.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. [
  2. {
  3. "comment": "Added ON DELETE RESTRICT constraint to flights table",
  4. "date": null,
  5. "revision": 1
  6. },
  7. {
  8. "comment": "Added Airports",
  9. "date": null,
  10. "revision": 2
  11. },
  12. {
  13. "comment": "Edited headers in Logbook view",
  14. "date": null,
  15. "revision": 3
  16. },
  17. {
  18. "comment": "Added viewEASA for EASA logbook like display",
  19. "date": "2020-11-02",
  20. "revision": 4
  21. },
  22. {
  23. "comment": "Added Diamond Aircraft to aircraft table",
  24. "date": "2020-11-19",
  25. "revision": 5
  26. },
  27. {
  28. "comment": "Added icao/iata codes for Boeing in aircraft table",
  29. "date": "2020-11-19",
  30. "revision": 6
  31. },
  32. {
  33. "comment": "Added autoincrement for flights pilots and tails tables",
  34. "date": "2020-11-21",
  35. "revision": 7
  36. },
  37. {
  38. "comment": "changed column tDual to tDUAL in table flights for consistency in naming",
  39. "date": "2020-11-23",
  40. "revision": 8
  41. },
  42. {
  43. "comment": "changed column id to flight_id in table flights for consistency in naming",
  44. "date": "2020-11-23",
  45. "revision": 9
  46. },
  47. {
  48. "comment": "added viewDefault as a copy of Logbook (deprecated)",
  49. "date": "2020-11-23",
  50. "revision": 10
  51. },
  52. {
  53. "comment": "added viewQCompleter as a copy of QCompleterView (deprecated)",
  54. "date": "2020-11-23",
  55. "revision": 11
  56. },
  57. {
  58. "comment": "reworked views to display self or picname according CASE",
  59. "date": "2020-12-11",
  60. "revision": 12
  61. },
  62. {
  63. "comment": "Reworked viewEASA to incorporate NULL handling",
  64. "date": "2020-12-17",
  65. "revision": 13
  66. },
  67. {
  68. "comment": "Edited tails and aircraft tables - engineClass and weightClass instead of columns for each element",
  69. "date": "2020-12-19",
  70. "revision": 14
  71. },
  72. {
  73. "comment": "Renamed some columns to have consistent naming.",
  74. "date": "2020-12-26",
  75. "revision": 15
  76. },
  77. {
  78. "comment": "Added CASE for views to account for occasions where aircraft variant is NULL",
  79. "date": "2021-02-03",
  80. "revision": 16
  81. },
  82. {
  83. "comment": "Added currencies table",
  84. "date": "2021-02-12",
  85. "revision": 17
  86. },
  87. {
  88. "comment": "Revised currencies table column names",
  89. "date": "2022-07-10",
  90. "revision": 17
  91. }
  92. ]