Differences from version 2 to 5



@@ -1,4 +1,4 @@

-The ((SchemaChangelog)) and [http://www.dissertationsexperts.com/thesis_proposal.php|thesis proposal] page is a record of changes made to database tables in the current head branch of the bitweaver code base. This page offers some tips for using the information in the schema changelog with various databases.
+The ((SchemaChangelog)) page is a record of changes made to database tables in the current head branch of the bitweaver code base. This page offers some tips for using the information in the schema changelog with various databases.
 
 !!Implementing Updates on MySQL
 Schema change code listed on the SchemaChangelog page is written in SQL92 and for the most part is compatible with most SQL databases. That said, MySQL can be a pain in the ass and does not always accept SQL92 queries. In these cases look for special "-MySQL" notes in the listed changes. These notes offer alternative queries specifically written for MySQL.

@@ -12,3 +12,6 @@

 #Select database table matching the updated you want to implement from ((SchemaChangelog))
 #Select SQL tab
 #Paste SQL command from the SchemaChangelog page into "Run SQL query/queries on database" field
+
+!!Note - The Log is for CVS Users
+This process is only necessary, if you upgrade using CVS. Each Bitweaver release will take care of these changes by running the installer.
Page History
Date/CommentUserIPVersion
04 Nov 2007 (22:55 UTC)
Edwin72.184.109.2385
Current • Source
Edwin72.184.109.2384
View • Compare • Difference • Source
Will89.247.49.683
View • Compare • Difference • Source
Unknown194.63.141.2022
View • Compare • Difference • Source
Will89.247.49.681
View • Compare • Difference • Source