Skip to content

Commit

Permalink
use db schema 020
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 2, 2016
1 parent 3204259 commit 5107d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

// create schema
$fromSchema = $connection->getSchemaManager()->createSchema();
$version = new Fusio\Impl\Database\Version\Version010();
$version = new Fusio\Impl\Database\Version\Version020();
$toSchema = $version->getSchema();
Fusio\Impl\TestSchema::appendSchema($toSchema);

Expand Down

0 comments on commit 5107d46

Please sign in to comment.