partkeepr/PartKeepr

View on GitHub
web/setup/js/SetupSteps/SchemaSetup.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Sets up the database schema
 */
Ext.define('PartKeeprSetup.SchemaSetup', {
    extend: 'PartKeeprSetup.AbstractTest',
    action: 'schemaSetup',
    name: "Database",
    message: "Setting up the database schema",
});