summaryrefslogtreecommitdiff
path: root/updates/3.00-to-x.xx.sql
Commit message (Collapse)AuthorAge
* - Renamed the SQL update files to be more consistent with the databaseDries Buytaert2001-10-15
| | | | | definitions in the ./database/ directory. And like that we can also start adding .pgsql update files ...
* - I tidied up most SQL tables to be more consistent with the rest of theDries Buytaert2001-10-14
| | | | | | | tables: I changed all "id"s to "xid"s where "x" is the first letter of the table name. I also renamed all remaining "userid"s to "uid"s as I mentioned I would do. Take a look at ./drupal/updates/3.00-to-x.xx.sql for the MySQL updates.
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
| | | | | | | range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
| | | | of comments and nodes.
* - Added the new user module!Dries Buytaert2001-09-16
|
* - added a 3.00-to-x.xx.sql file : do _NOT_ apply these yetDries Buytaert2001-09-13