src/allographer/schema_builder/queries/postgres/create_migration_table

Search:
Group by:

Procs

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