partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

SchemaSetup.js (225B)


      1 /**
      2  * Sets up the database schema
      3  */
      4 Ext.define('PartKeeprSetup.SchemaSetup', {
      5     extend: 'PartKeeprSetup.AbstractTest',
      6     action: 'schemaSetup',
      7     name: "Database",
      8     message: "Setting up the database schema",
      9 });