projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c526d5c
)
Correct path used for DH schema info storage
Nigel Metheringham [Fri, 24 Sep 2010 15:22:52 +0000 (16:22 +0100)]
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
b/lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
index
56aef61
..
1601656
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
+++ b/
lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod
@@
-152,7
+152,7
@@
So here is our next script, C<upgrade.pl>:
my $dh = DH->new({
schema => $schema,
- script_directory => "$FindBin::Bin/dbicdh",
+ script_directory => "$FindBin::Bin/../dbicdh",
databases => 'SQLite',
sql_translator_args => { add_drop_table => 0 },
});