src/allographer/schema_builder/queries/mariadb/create_migration_table

Search:
Group by:

Procs

proc createMigrationTable(self: MariadbSchema) {.
    ...raises: [KeyError, DbError, ValueError, Exception, OSError, IOError], tags: [
    TimeEffect, RootEffect, WriteDirEffect, ReadDirEffect, ReadIOEffect,
    WriteIOEffect], forbids: [].}