db_migration.anubis 336 Bytes
/*
 * Created by PyramIDE.
 * User: フランスのトトロ aka (David RENÉ) 
 * Date: 09/07/2017
 * Time: 00:25
 * © Calexium 
 */


public type DB_Version:
  db_version(
    String  version,    //in form A.B.C.D usually the version of the application
    String  sha1        //the SHA1 of the db definition, schema etc...
  )
.