summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2006-09-03 03:14:02 +0000
committerivan <ivan>2006-09-03 03:14:02 +0000
commitee24a783b5e48b44d2f6df43f47dd9bd52d8b6e4 (patch)
tree43df22002ec31045b25f61838277d870d881a871 /bin
parentc894b2ceaedc7e12dc176ce5a3ce0c24d48357c5 (diff)
REALLY don't error out trying to create a dbdef file from scratch
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dbdef-create1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dbdef-create b/bin/dbdef-create
index e0e7df70f..2283b533f 100755
--- a/bin/dbdef-create
+++ b/bin/dbdef-create
@@ -9,6 +9,7 @@ use FS::Schema;
my $user = shift or die &usage;
$FS::Schema::setup_hack = 1;
+$FS::CurrentUser::upgrade_hack = 1;
my($dbh)=adminsuidsetup $user;
#needs to match FS::Record