You are here

UPGRADE.txt in Freelinking 5

UPDATING THE FREELINKING.MODULE
==================================================

The Drupal 4.5 and 4.6 versions of freelinking.module did not require a
database table to function. Due to the added functionality, freelinking
now requires a database table. Add it to your Drupal database in the
normal way, ie., a line like this:

$ mysql -u drupaluser -pdrupalpass drupaldb < freelinking.mysql

UPDATING FROM THE CVS (HEAD) VERSION OF FREELINKING.MODULE
==================================================

If you were using the CVS (also called "HEAD") version of
freelinking.module between Drupal versions 4.6 and 4.7, there is a
freelinking.install file included to handle the change in db schema
between the CVS and 4.7 versions of the module.

File

UPGRADE.txt
View source
  1. UPDATING THE FREELINKING.MODULE
  2. ==================================================
  3. The Drupal 4.5 and 4.6 versions of freelinking.module did not require a
  4. database table to function. Due to the added functionality, freelinking
  5. now requires a database table. Add it to your Drupal database in the
  6. normal way, ie., a line like this:
  7. $ mysql -u drupaluser -pdrupalpass drupaldb < freelinking.mysql
  8. UPDATING FROM THE CVS (HEAD) VERSION OF FREELINKING.MODULE
  9. ==================================================
  10. If you were using the CVS (also called "HEAD") version of
  11. freelinking.module between Drupal versions 4.6 and 4.7, there is a
  12. freelinking.install file included to handle the change in db schema
  13. between the CVS and 4.7 versions of the module.