Skip to content

Commit

Permalink
clarified definer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meridius committed Mar 8, 2015
1 parent 41d7d1b commit a24a74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YadupExtension.php
Expand Up @@ -7,7 +7,7 @@ class YadupExtension extends \Nette\DI\CompilerExtension {
public $defaults = array(
"dbUpdateTable" => "_db_update",
"dbConnection" => "@nette.database.default",
"definerUser" => "", // to change definer it must be previously definened in query
"definerUser" => "", // definer can be changed only in queries that already have one defined
"definerHost" => "",
"sqlDir" => "%appDir%/sql", // directory with sql script files
"sqlExt" => ".sql", // extension of sql files; with "dot"
Expand Down

0 comments on commit a24a74d

Please sign in to comment.