Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / install [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 11 Aug 2002 22:37:12 | postnuke_official/html/install | pn71.php,1.4.2.10,1.4.2.11 | John Robeson |
| added alter stories table to add pn_format_type | |||
Update of /home/cvsroot/postnuke_official/html/install
In directory ns7.hostnuke.net:/tmp/cvs-serv16133/html/install
Modified Files:
Tag: PostNuke_71
pn71.php
Log Message:
added alter stories table to add pn_format_type
Index: pn71.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/install/Attic/pn71.php,v
retrieving revision 1.4.2.10
retrieving revision 1.4.2.11
diff -C2 -d -r1.4.2.10 -r1.4.2.11
*** pn71.php 11 Aug 2002 13:19:19 -0000 1.4.2.10
--- pn71.php 11 Aug 2002 22:37:10 -0000 1.4.2.11
***************
*** 11,14 ****
--- 11,15 ----
// Table structure changes first
+ $dbconn->Execute("ALTER TABLE $pntable[stories] ADD pn_format_type tinyint(1) unsigned NOT NULL default '0'");
$dbconn->Execute("ALTER TABLE $pntable[users] CHANGE pn_ublock pn_ublock text NOT NULL");
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |