Skip to content
  • Hugo Beauzée-Luyssen's avatar
    Simplify tables/triggers/indexes creation · b69d48ab
    Hugo Beauzée-Luyssen authored
    We now require all migrations to create all individual tables, triggers
    or indexes. This mean the createTables/createTriggers/createIndex
    functions always create all tables/triggers/indexes at the current
    version, which in turn means there's no use for the additional
    parameter, nor do we need to create old schemes.
    b69d48ab