diff options
author | francis <francis> | 2008-09-04 06:19:59 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-04 06:19:59 +0000 |
commit | 6fa3cf6a392569234451e72184cd5e8562294db5 (patch) | |
tree | 1eaebf014811d720bb42ebe04ecbc3d4404d2126 /script/dbconsole | |
parent | 12e1cea821975f93bc0706f4aaa9a20ef1f2956f (diff) |
Migration to Rails 2.1
Diffstat (limited to 'script/dbconsole')
-rwxr-xr-x | script/dbconsole | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/dbconsole b/script/dbconsole new file mode 100755 index 000000000..caa60ce82 --- /dev/null +++ b/script/dbconsole @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby +require File.dirname(__FILE__) + '/../config/boot' +require 'commands/dbconsole' |