mirror of
https://github.com/anope/anope.git
synced 2026-06-30 23:06:40 +02:00
BUILD : 1.7.7 (536) BUGS : none NOTES : Added mysql schema change to mydbgen and created Changes.mysql
git-svn-id: svn://svn.anope.org/anope/trunk@536 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@390 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
30c7604d7f
commit
dbcb6f050e
@@ -0,0 +1,3 @@
|
||||
Anope Version 1.7.7
|
||||
-------------------
|
||||
- ALTER TABLE anope_ns_alias CHANGE status status int(11) unsigned NOT NULL default '0'
|
||||
@@ -165,9 +165,18 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# Introduced on Anope 1.7.7 -> status smallint to inst unsigned.
|
||||
echo -n "Blindly altering status for bigger capacity... "
|
||||
echo "ALTER TABLE anope_ns_alias CHANGE status status int(11) unsigned NOT NULL default 0" > $TFILE
|
||||
mysql -h$SQLHOST -u$SQLUSER -p$SQLPASS $SQLDB < $TFILE >/dev/null 2>&1
|
||||
echo "done!"
|
||||
|
||||
|
||||
|
||||
fi
|
||||
|
||||
echo ""
|
||||
|
||||
# Insert initial version number. This will have to be redesigned for 1.7
|
||||
if [ $LVER -ne $SVER ]; then
|
||||
echo -n "Inserting initial version number... "
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="7"
|
||||
VERSION_BUILD="535"
|
||||
VERSION_BUILD="536"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.7 (536)
|
||||
# BUGS : none
|
||||
# NOTES : Added mysql schema change to mydbgen and created Changes.mysql
|
||||
#
|
||||
# BUILD : 1.7.7 (535)
|
||||
# BUGS : N/A
|
||||
# NOTES : Added +h halfop support for plexus - plexus is now fully supported according to ThaPrince (plexus coder) :)
|
||||
|
||||
Reference in New Issue
Block a user