projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdea45
)
use a relative path to the schema
author
Tony Cook
<tony@develop-help.com>
Wed, 8 Aug 2007 04:46:38 +0000
(
04:46
+0000)
committer
tony
<tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Wed, 8 Aug 2007 04:46:38 +0000
(
04:46
+0000)
schema/mysql_build.pl
patch
|
blob
|
blame
|
history
diff --git
a/schema/mysql_build.pl
b/schema/mysql_build.pl
index 183a8021490749dbe90d4894921d9f7711a6d42a..00f0d4a59b984a4e52fe5be0de4df7967a3cb354 100644
(file)
--- a/
schema/mysql_build.pl
+++ b/
schema/mysql_build.pl
@@
-5,7
+5,7
@@
use strict;
my $db = 'bsebuilder';
my $un = 'bsebuilder';
my $pw = 'bsebuilder';
-my $dist = "
/home/tony/dev/bse/base/bse/
schema/bse.sql";
+my $dist = "schema/bse.sql";
my $dbh = DBI->connect("dbi:mysql:$db", $un, $pw)
or die "Cannot connect to db: ",DBI->errstr;