[
    {
        "comment": "Added ON DELETE RESTRICT constraint to flights table",
        "date": null,
        "revision": 1
    },
    {
        "comment": "Added Airports",
        "date": null,
        "revision": 2
    },
    {
        "comment": "Edited headers in Logbook view",
        "date": null,
        "revision": 3
    },
    {
        "comment": "Added viewEASA for EASA logbook like display",
        "date": "2020-11-02",
        "revision": 4
    },
    {
        "comment": "Added Diamond Aircraft to aircraft table",
        "date": "2020-11-19",
        "revision": 5
    },
    {
        "comment": "Added icao/iata codes for Boeing in aircraft table",
        "date": "2020-11-19",
        "revision": 6
    },
    {
        "comment": "\"Added autoincrement for flights",
        "date": " pilots and tails tables\"",
        "revision": 7
    },
    {
        "comment": "changed column tDual to tDUAL in table flights for consistency in naming",
        "date": "2020-11-23",
        "revision": 8
    },
    {
        "comment": "changed column id to flight_id in table flights for consistency in naming",
        "date": "2020-11-23",
        "revision": 9
    },
    {
        "comment": "added viewDefault as a copy of Logbook (deprecated)",
        "date": "2020-11-23",
        "revision": 10
    },
    {
        "comment": "added viewQCompleter as a copy of QCompleterView (deprecated)",
        "date": "2020-11-23",
        "revision": 11
    },
    {
        "comment": "reworked views to display self or picname according CASE",
        "date": "2020-12-11",
        "revision": 12
    },
    {
        "comment": "Reworked viewEASA to incorporate NULL handling",
        "date": "2020-12-17",
        "revision": 13
    },
    {
        "comment": "Edited tails and aircraft tables - engineClass and weightClass instead of columns for each element",
        "date": "2020-12-19",
        "revision": 14
    },
    {
        "comment": "Renamed some columns to have consistent naming.",
        "date": "2020-12-26",
        "revision": 15
    },
    {
        "comment": "Added CASE for views to account for occasions where aircraft variant is NULL",
        "date": "2021-02-03",
        "revision": 16
    },
    {
        "comment": "Added currencies table",
        "date": "2021-02-12",
        "revision": 17
    }
]