changelog.csv 764 B

12345678910111213
  1. revision,comment,date
  2. 1,Added ON DELETE RESTRICT constraint to flights table,
  3. 2,Added Airports,
  4. 3,Edited headers in Logbook view,
  5. 4,Added viewEASA for EASA logbook like display,2020-11-02
  6. 5,Added Diamond Aircraft to aircraft table,2020-11-19
  7. 6,Added icao/iata codes for Boeing in aircraft table,2020-11-19
  8. 7,"Added autoincrement for flights, pilots and tails tables",2020-11-20
  9. 8,changed column tDual to tDUAL in table flights for consistency in naming,2020-11-23
  10. 9,changed column id to flight_id in table flights for consistency in naming,2020-11-23
  11. 10,added viewDefault as a copy of Logbook (deprecated),2020-11-23
  12. 11,added viewQCompleter as a copy of QCompleterView (deprecated),2020-11-23
  13. 12,reworked views to display self or picname according CASE,2020-12-11