[Pkg-owncloud-commits] [php-sabredav] 01/34: renamed migration script.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:57:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-beta1
in repository php-sabredav.
commit 748b8aeffa256bbeda1fe2a45e441e98eb2bd0f5
Author: Evert Pot <me at evertpot.com>
Date: Tue May 19 15:27:45 2015 +0300
renamed migration script.
---
bin/{migrateto22.php => migrateto30.php} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/migrateto22.php b/bin/migrateto30.php
similarity index 96%
rename from bin/migrateto22.php
rename to bin/migrateto30.php
index 068b0e2..5c2179a 100755
--- a/bin/migrateto22.php
+++ b/bin/migrateto30.php
@@ -1,13 +1,13 @@
#!/usr/bin/env php
<?php
-echo "SabreDAV migrate script for version 2.2\n";
+echo "SabreDAV migrate script for version 3.0\n";
if ($argc<2) {
echo <<<HELLO
-This script help you migrate from a pre-2.2 database to 2.2 and later
+This script help you migrate from a pre-3.0 database to 3.0 and later
Changes:
* The propertystorage table has changed to allow storage of complex
@@ -168,4 +168,4 @@ while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
}
echo "Done.\n";
-echo "Upgrade to 2.2 schema completed.\n";
+echo "Upgrade to 3.0 schema completed.\n";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list