<?php
namespace ConcreteCoreUpdaterMigrationsMigrations;
use ConcreteCorePageStackStackList;
use DoctrineDBALMigrationsAbstractMigration;
use DoctrineDBALSchemaSchema;
class Version20150623000000 extends AbstractMigration
{
public function up(Schema $schema)
{
ConcreteCoreDatabaseSchemaSchema::refreshCoreXMLSchema(array(
'StyleCustomizerInlineStyleSets',
));
}
public function down(Schema $schema)
{
}
}