diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-12 20:15:58 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-12 20:15:58 +0100 |
commit | fa490ac8dfbf9cd52fb31d5d46c4a928dacc6fb7 (patch) | |
tree | c3299ae31d3554d2eb1b3f02f02319f55e31be45 | |
parent | f30e16840a42132874c942569285fd4c19580fe2 (diff) | |
download | cacert-devel-fa490ac8dfbf9cd52fb31d5d46c4a928dacc6fb7.tar.gz cacert-devel-fa490ac8dfbf9cd52fb31d5d46c4a928dacc6fb7.tar.xz cacert-devel-fa490ac8dfbf9cd52fb31d5d46c4a928dacc6fb7.zip |
bug 1135: adjusted echo for sql dump in version4.sh
-rw-r--r-- | scripts/db_migrations/version4.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/db_migrations/version4.sh b/scripts/db_migrations/version4.sh index 8db7840..f59816d 100644 --- a/scripts/db_migrations/version4.sh +++ b/scripts/db_migrations/version4.sh @@ -67,9 +67,13 @@ SELECT * OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY "\n" FROM `adminlog` +SQL + - echo "Dump table create in ???" +echo "Dump table create in ???" + +mysql $mysql_opt <<- 'SQL' -- update table admin log UPDATE `adminlog` SET `type` = 'old name or dob change', |